Class: Aws::Finspace::Types::KxAttachedCluster

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

Overview

The structure containing the metadata of the attached clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

A unique name for the attached cluster.

Returns:

  • (String)


2965
2966
2967
2968
2969
2970
2971
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2965

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_statusString

The status of the attached cluster.

  • PENDING – The cluster is pending creation.

  • CREATING – The cluster creation process is in progress.

  • CREATE_FAILED – The cluster creation process has failed.

  • RUNNING – The cluster creation process is running.

  • UPDATING – The cluster is in the process of being updated.

  • DELETING – The cluster is in the process of being deleted.

  • DELETED – The cluster has been deleted.

  • DELETE_FAILED – The cluster failed to delete.

Returns:

  • (String)


2965
2966
2967
2968
2969
2970
2971
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2965

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.

Returns:

  • (String)


2965
2966
2967
2968
2969
2970
2971
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2965

class KxAttachedCluster < Struct.new(
  :cluster_name,
  :cluster_type,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end