Class: Aws::KafkaConnect::Types::DeleteWorkerConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteWorkerConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration that you want to delete.
Instance Attribute Details
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration that you want to delete.
848 849 850 851 852 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848 class DeleteWorkerConfigurationRequest < Struct.new( :worker_configuration_arn) SENSITIVE = [] include Aws::Structure end |