Class: Aws::Kafka::Types::Cluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Cluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about a cluster of either the provisioned or the serverless type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_operation_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
-
#cluster_name ⇒ String
The name of the cluster.
-
#cluster_type ⇒ String
Cluster Type.
-
#creation_time ⇒ Time
The time when the cluster was created.
-
#current_version ⇒ String
The current version of the MSK cluster.
-
#provisioned ⇒ Types::Provisioned
Information about the provisioned cluster.
-
#serverless ⇒ Types::Serverless
Information about the serverless cluster.
-
#state ⇒ String
The state of the cluster.
-
#state_info ⇒ Types::StateInfo
State Info for the Amazon MSK cluster.
-
#tags ⇒ Hash<String,String>
Tags attached to the cluster.
Instance Attribute Details
#active_operation_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#cluster_type ⇒ String
Cluster Type.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the cluster was created.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the MSK cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#provisioned ⇒ Types::Provisioned
Information about the provisioned cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#serverless ⇒ Types::Serverless
Information about the serverless cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#state_info ⇒ Types::StateInfo
State Info for the Amazon MSK cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags attached to the cluster.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-kafka/types.rb', line 2573 class Cluster < Struct.new( :active_operation_arn, :cluster_type, :cluster_arn, :cluster_name, :creation_time, :current_version, :state, :state_info, :tags, :provisioned, :serverless) SENSITIVE = [] include Aws::Structure end |