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
show all
Defined in:
(unknown)

Overview

Returns information about the deleted cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the cluster.

#stateString

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

Possible values:

  • ACTIVE
  • CREATING
  • UPDATING
  • DELETING
  • FAILED

Returns:

  • (String)

    The state of the cluster.