Class: Aws::StorageGateway::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The ID of the snapshot.
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the iSCSI volume target.
-
#volume_recovery_point_time ⇒ String
The time the volume was created from the recovery point.
Instance Attribute Details
#snapshot_id ⇒ String
The ID of the snapshot.
1891 1892 1893 1894 1895 1896 1897 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1891 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
1891 1892 1893 1894 1895 1896 1897 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1891 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |
#volume_recovery_point_time ⇒ String
The time the volume was created from the recovery point.
1891 1892 1893 1894 1895 1896 1897 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1891 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |