Class: Aws::StorageGateway::Types::DescribeSnapshotScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeSnapshotScheduleInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume.
Instance Attribute Details
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3313 class DescribeSnapshotScheduleInput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |