Class: Aws::Finspace::Types::DeleteKxVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
-
#volume_name ⇒ String
The name of the volume that you want to delete.
Instance Attribute Details
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-finspace/types.rb', line 1764 class DeleteKxVolumeRequest < Struct.new( :environment_id, :volume_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-finspace/types.rb', line 1764 class DeleteKxVolumeRequest < Struct.new( :environment_id, :volume_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#volume_name ⇒ String
The name of the volume that you want to delete.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-finspace/types.rb', line 1764 class DeleteKxVolumeRequest < Struct.new( :environment_id, :volume_name, :client_token) SENSITIVE = [] include Aws::Structure end |