Module: Aws::KafkaConnect::Client::_DescribeConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity ⇒ Types::CapacityDescription
- #connector_arn ⇒ ::String
- #connector_configuration ⇒ ::Hash[::String, ::String]
- #connector_description ⇒ ::String
- #connector_name ⇒ ::String
- #connector_state ⇒ "RUNNING", ...
- #creation_time ⇒ ::Time
- #current_version ⇒ ::String
- #kafka_cluster ⇒ Types::KafkaClusterDescription
- #kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
- #kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
- #kafka_connect_version ⇒ ::String
- #log_delivery ⇒ Types::LogDeliveryDescription
- #network_type ⇒ "IPV4", "DUAL"
- #plugins ⇒ ::Array[Types::PluginDescription]
- #service_execution_role_arn ⇒ ::String
- #state_description ⇒ Types::StateDescription
- #worker_configuration ⇒ Types::WorkerConfigurationDescription
Instance Method Details
#capacity ⇒ Types::CapacityDescription
237 |
# File 'sig/client.rbs', line 237
def capacity: () -> Types::CapacityDescription
|
#connector_arn ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def connector_arn: () -> ::String
|
#connector_configuration ⇒ ::Hash[::String, ::String]
239 |
# File 'sig/client.rbs', line 239
def connector_configuration: () -> ::Hash[::String, ::String]
|
#connector_description ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def connector_description: () -> ::String
|
#connector_name ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def connector_name: () -> ::String
|
#connector_state ⇒ "RUNNING", ...
242 |
# File 'sig/client.rbs', line 242
def connector_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|
#creation_time ⇒ ::Time
243 |
# File 'sig/client.rbs', line 243
def creation_time: () -> ::Time
|
#current_version ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def current_version: () -> ::String
|
#kafka_cluster ⇒ Types::KafkaClusterDescription
245 |
# File 'sig/client.rbs', line 245
def kafka_cluster: () -> Types::KafkaClusterDescription
|
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
246 |
# File 'sig/client.rbs', line 246
def kafka_cluster_client_authentication: () -> Types::KafkaClusterClientAuthenticationDescription
|
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
247 |
# File 'sig/client.rbs', line 247
def kafka_cluster_encryption_in_transit: () -> Types::KafkaClusterEncryptionInTransitDescription
|
#kafka_connect_version ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def kafka_connect_version: () -> ::String
|
#log_delivery ⇒ Types::LogDeliveryDescription
249 |
# File 'sig/client.rbs', line 249
def log_delivery: () -> Types::LogDeliveryDescription
|
#network_type ⇒ "IPV4", "DUAL"
250 |
# File 'sig/client.rbs', line 250
def network_type: () -> ("IPV4" | "DUAL")
|
#plugins ⇒ ::Array[Types::PluginDescription]
251 |
# File 'sig/client.rbs', line 251
def plugins: () -> ::Array[Types::PluginDescription]
|
#service_execution_role_arn ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def service_execution_role_arn: () -> ::String
|
#state_description ⇒ Types::StateDescription
254 |
# File 'sig/client.rbs', line 254
def state_description: () -> Types::StateDescription
|
#worker_configuration ⇒ Types::WorkerConfigurationDescription
253 |
# File 'sig/client.rbs', line 253
def worker_configuration: () -> Types::WorkerConfigurationDescription
|