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.
1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1631 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.
1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1631 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.
1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1631 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |