Class: Aws::FSx::Types::CreateSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateSnapshotRequest
- 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 63 ASCII characters.
-
#name ⇒ String
The name of the snapshot.
-
#tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
-
#volume_id ⇒ String
The ID of the volume that you are taking a snapshot of.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 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.
3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'lib/aws-sdk-fsx/types.rb', line 3176 class CreateSnapshotRequest < Struct.new( :client_request_token, :name, :volume_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the snapshot.
3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'lib/aws-sdk-fsx/types.rb', line 3176 class CreateSnapshotRequest < Struct.new( :client_request_token, :name, :volume_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'lib/aws-sdk-fsx/types.rb', line 3176 class CreateSnapshotRequest < Struct.new( :client_request_token, :name, :volume_id, :tags) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume that you are taking a snapshot of.
3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'lib/aws-sdk-fsx/types.rb', line 3176 class CreateSnapshotRequest < Struct.new( :client_request_token, :name, :volume_id, :tags) SENSITIVE = [] include Aws::Structure end |