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