Class: Aws::Finspace::Types::DeleteKxClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxClusterRequest
- 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.
-
#cluster_name ⇒ String
The name of the cluster that you want to delete.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
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.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-finspace/types.rb', line 1587 class DeleteKxClusterRequest < Struct.new( :environment_id, :cluster_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the cluster that you want to delete.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-finspace/types.rb', line 1587 class DeleteKxClusterRequest < Struct.new( :environment_id, :cluster_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-finspace/types.rb', line 1587 class DeleteKxClusterRequest < Struct.new( :environment_id, :cluster_name, :client_token) SENSITIVE = [] include Aws::Structure end |