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.
803 804 805 806 807 808 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 803 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.
803 804 805 806 807 808 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 803 class DeleteConnectorResponse < Struct.new( :connector_arn, :connector_state) SENSITIVE = [] include Aws::Structure end |