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.
1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1617 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.
1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1617 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.
1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1617 class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new( :snapshot_id, :volume_arn, :volume_recovery_point_time) SENSITIVE = [] include Aws::Structure end |