Class: Aws::KafkaConnect::Types::CreateConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CreateConnectorResponse
- 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) that Amazon assigned to the connector.
-
#connector_name ⇒ String
The name of the connector.
-
#connector_state ⇒ String
The state of the connector.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that Amazon assigned to the connector.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 478 class CreateConnectorResponse < Struct.new( :connector_arn, :connector_name, :connector_state) SENSITIVE = [] include Aws::Structure end |
#connector_name ⇒ String
The name of the connector.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 478 class CreateConnectorResponse < Struct.new( :connector_arn, :connector_name, :connector_state) SENSITIVE = [] include Aws::Structure end |
#connector_state ⇒ String
The state of the connector.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 478 class CreateConnectorResponse < Struct.new( :connector_arn, :connector_name, :connector_state) SENSITIVE = [] include Aws::Structure end |