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

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

#cluster_nameString

The name of the cluster that you want to retrieve.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2036

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2036

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