Class: Aws::KafkaConnect::Types::UpdateConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::UpdateConnectorResponse
- 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.
-
#connector_state ⇒ String
The state of the connector.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
1871 1872 1873 1874 1875 1876 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1871 class UpdateConnectorResponse < Struct.new( :connector_arn, :connector_state) SENSITIVE = [] include Aws::Structure end |
#connector_state ⇒ String
The state of the connector.
1871 1872 1873 1874 1875 1876 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1871 class UpdateConnectorResponse < Struct.new( :connector_arn, :connector_state) SENSITIVE = [] include Aws::Structure end |