Class: Aws::StorageGateway::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1740 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |