You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kafka::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteClusterResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#state ⇒ String
The state of the cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
#state ⇒ String
The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.
Possible values:
- ACTIVE
- CREATING
- UPDATING
- DELETING
- FAILED