Class: Aws::Finspace::Types::GetKxClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster that you want to retrieve.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
# File 'lib/aws-sdk-finspace/types.rb', line 2043

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
# File 'lib/aws-sdk-finspace/types.rb', line 2043

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