# NOT RUN {
# Updates a snapshot schedule configured for a gateway volume.
svc$update_snapshot_schedule(
  Description = "Hourly snapshot",
  RecurrenceInHours = 1L,
  StartAt = 0L,
  VolumeARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab