Class: Aws::Finspace::Types::KxAttachedCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxAttachedCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
The structure containing the metadata of the attached clusters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
A unique name for the attached cluster.
-
#cluster_status ⇒ String
The status of the attached cluster.
-
#cluster_type ⇒ String
Specifies the type of cluster.
Instance Attribute Details
#cluster_name ⇒ String
A unique name for the attached cluster.
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-finspace/types.rb', line 2981 class KxAttachedCluster < Struct.new( :cluster_name, :cluster_type, :cluster_status) SENSITIVE = [] include Aws::Structure end |
#cluster_status ⇒ String
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.
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-finspace/types.rb', line 2981 class KxAttachedCluster < Struct.new( :cluster_name, :cluster_type, :cluster_status) SENSITIVE = [] include Aws::Structure end |
#cluster_type ⇒ String
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-finspace/types.rb', line 2981 class KxAttachedCluster < Struct.new( :cluster_name, :cluster_type, :cluster_status) SENSITIVE = [] include Aws::Structure end |