Class: Aws::Kafka::Types::DeleteConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for DeleteConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
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.
1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-kafka/types.rb', line 1357 class DeleteConfigurationResponse < Struct.new( :arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.
1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-kafka/types.rb', line 1357 class DeleteConfigurationResponse < Struct.new( :arn, :state) SENSITIVE = [] include Aws::Structure end |