Class: Aws::Kafka::Types::DeleteConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for DeleteConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-kafka/types.rb', line 1352 class DeleteConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |