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

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

Overview

Returns information about the deleted cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


319
320
321
322
323
# File 'lib/aws-sdk-kafka/types.rb', line 319

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

#stateString

The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.

Returns:

  • (String)


319
320
321
322
323
# File 'lib/aws-sdk-kafka/types.rb', line 319

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