Class: Aws::Kafka::Types::DeleteConfigurationResponse

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

Overview

Response body for DeleteConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1338

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

#stateString

The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1338

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