Class: Aws::Kafka::Types::DeleteClusterResponse

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

Overview

Returns information about the deleted cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1304

class DeleteClusterResponse < Struct.new(
  :cluster_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1304

class DeleteClusterResponse < Struct.new(
  :cluster_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end