Class: Aws::KafkaConnect::Types::CreateConnectorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

The Amazon Resource Name (ARN) that Amazon assigned to the connector.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 478

class CreateConnectorResponse < Struct.new(
  :connector_arn,
  :connector_name,
  :connector_state)
  SENSITIVE = []
  include Aws::Structure
end

#connector_nameString

The name of the connector.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 478

class CreateConnectorResponse < Struct.new(
  :connector_arn,
  :connector_name,
  :connector_state)
  SENSITIVE = []
  include Aws::Structure
end

#connector_stateString

The state of the connector.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 478

class CreateConnectorResponse < Struct.new(
  :connector_arn,
  :connector_name,
  :connector_state)
  SENSITIVE = []
  include Aws::Structure
end