Class: Aws::KafkaConnect::Types::DeleteWorkerConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteWorkerConfigurationResponse
- 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 requested to delete.
-
#worker_configuration_state ⇒ String
The state of the worker configuration.
Instance Attribute Details
#worker_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the worker configuration that you requested to delete.
865 866 867 868 869 870 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 865 class DeleteWorkerConfigurationResponse < Struct.new( :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |
#worker_configuration_state ⇒ String
The state of the worker configuration.
865 866 867 868 869 870 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 865 class DeleteWorkerConfigurationResponse < Struct.new( :worker_configuration_arn, :worker_configuration_state) SENSITIVE = [] include Aws::Structure end |