Class: Aws::StorageGateway::Types::CreateSnapshotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateSnapshotOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API ‘DescribeSnapshots`) or creating a volume from a snapshot (CreateStorediSCSIVolume).
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
Instance Attribute Details
#snapshot_id ⇒ String
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API ‘DescribeSnapshots`) or creating a volume from a snapshot (CreateStorediSCSIVolume).
1804 1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1804 class CreateSnapshotOutput < Struct.new( :volume_arn, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
1804 1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1804 class CreateSnapshotOutput < Struct.new( :volume_arn, :snapshot_id) SENSITIVE = [] include Aws::Structure end |