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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


1319
1320
1321
1322
1323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1319

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