Class: Aws::FSx::Types::RestoreVolumeFromSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::RestoreVolumeFromSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters.
-
#options ⇒ Array<String>
The settings used when restoring the specified volume from snapshot.
-
#snapshot_id ⇒ String
The ID of the source snapshot.
-
#volume_id ⇒ String
The ID of the volume that you are restoring.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
6795 6796 6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-fsx/types.rb', line 6795 class RestoreVolumeFromSnapshotRequest < Struct.new( :client_request_token, :volume_id, :snapshot_id, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<String>
The settings used when restoring the specified volume from snapshot.
-
‘DELETE_INTERMEDIATE_SNAPSHOTS` - Deletes snapshots between the current state and the specified snapshot. If there are intermediate snapshots and this option isn’t used, ‘RestoreVolumeFromSnapshot` fails.
-
‘DELETE_CLONED_VOLUMES` - Deletes any dependent clone volumes created from intermediate snapshots. If there are any dependent clone volumes and this option isn’t used, ‘RestoreVolumeFromSnapshot` fails.
6795 6796 6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-fsx/types.rb', line 6795 class RestoreVolumeFromSnapshotRequest < Struct.new( :client_request_token, :volume_id, :snapshot_id, :options) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the source snapshot. Specifies the snapshot that you are restoring from.
6795 6796 6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-fsx/types.rb', line 6795 class RestoreVolumeFromSnapshotRequest < Struct.new( :client_request_token, :volume_id, :snapshot_id, :options) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume that you are restoring.
6795 6796 6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-fsx/types.rb', line 6795 class RestoreVolumeFromSnapshotRequest < Struct.new( :client_request_token, :volume_id, :snapshot_id, :options) SENSITIVE = [] include Aws::Structure end |