Class: Aws::Kafka::Types::DeleteConfigurationRequest

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

Overview

Request 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
# File 'lib/aws-sdk-kafka/types.rb', line 1338

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