paws.storage (version 0.1.0)

storagegateway_describe_snapshot_schedule: Describes the snapshot schedule for the specified gateway volume

Description

Describes the snapshot schedule for the specified gateway volume. The snapshot schedule information includes intervals at which snapshots are automatically initiated on the volume. This operation is only supported in the cached volume and stored volume types.

Usage

storagegateway_describe_snapshot_schedule(VolumeARN)

Arguments

VolumeARN

[required] The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Request syntax

svc$describe_snapshot_schedule(
  VolumeARN = "string"
)

Examples

Run this code
# NOT RUN {
# Describes the snapshot schedule for the specified gateway volume
# including intervals at which snapshots are automatically initiated.
# }
# NOT RUN {
svc$describe_snapshot_schedule(
  VolumeARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab