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_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the connector operation.
-
#connector_state ⇒ String
The state of the connector.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
2057 2058 2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2057 class UpdateConnectorResponse < Struct.new( :connector_arn, :connector_state, :connector_operation_arn) SENSITIVE = [] include Aws::Structure end |
#connector_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the connector operation.
2057 2058 2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2057 class UpdateConnectorResponse < Struct.new( :connector_arn, :connector_state, :connector_operation_arn) SENSITIVE = [] include Aws::Structure end |
#connector_state ⇒ String
The state of the connector.
2057 2058 2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2057 class UpdateConnectorResponse < Struct.new( :connector_arn, :connector_state, :connector_operation_arn) SENSITIVE = [] include Aws::Structure end |