Class: Aws::FSx::Types::DeleteSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteSnapshotRequest
- 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.
-
#snapshot_id ⇒ String
The ID of the snapshot that you want to delete.
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.
4469 4470 4471 4472 4473 4474 |
# File 'lib/aws-sdk-fsx/types.rb', line 4469 class DeleteSnapshotRequest < Struct.new( :client_request_token, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot that you want to delete.
4469 4470 4471 4472 4473 4474 |
# File 'lib/aws-sdk-fsx/types.rb', line 4469 class DeleteSnapshotRequest < Struct.new( :client_request_token, :snapshot_id) SENSITIVE = [] include Aws::Structure end |