Class: Aws::KafkaConnect::Types::DeleteConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DeleteConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you requested to delete.
-
#connector_state ⇒ String
The state of the connector that you requested to delete.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector that you requested to delete.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 856 class DeleteConnectorResponse < Struct.new( :connector_arn, :connector_state) SENSITIVE = [] include Aws::Structure end |
#connector_state ⇒ String
The state of the connector that you requested to delete.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 856 class DeleteConnectorResponse < Struct.new( :connector_arn, :connector_state) SENSITIVE = [] include Aws::Structure end |