Class: Aws::StorageGateway::Types::UpdateSnapshotScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateSnapshotScheduleOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the Amazon Resource Name (ARN) of the updated storage 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.
7659 7660 7661 7662 7663 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7659 class UpdateSnapshotScheduleOutput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |