Class: Aws::Finspace::Types::DeleteKxClusterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1580

class DeleteKxClusterRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster that you want to delete.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1580

class DeleteKxClusterRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1580

class DeleteKxClusterRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end