Class: Aws::Types::DescribeConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ Types::CapacityDescription
Returns the value of attribute capacity.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
-
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#kafka_cluster ⇒ Types::KafkaClusterDescription
Returns the value of attribute kafka_cluster.
-
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
Returns the value of attribute kafka_cluster_client_authentication.
-
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
Returns the value of attribute kafka_cluster_encryption_in_transit.
-
#kafka_connect_version ⇒ ::String
Returns the value of attribute kafka_connect_version.
-
#log_delivery ⇒ Types::LogDeliveryDescription
Returns the value of attribute log_delivery.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#plugins ⇒ ::Array[Types::PluginDescription]
Returns the value of attribute plugins.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#state_description ⇒ Types::StateDescription
Returns the value of attribute state_description.
-
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Returns the value of attribute worker_configuration.
Instance Attribute Details
#capacity ⇒ Types::CapacityDescription
Returns the value of attribute capacity.
296 297 298 |
# File 'sig/types.rbs', line 296 def capacity @capacity end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def connector_arn @connector_arn end |
#connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute connector_configuration.
298 299 300 |
# File 'sig/types.rbs', line 298 def connector_configuration @connector_configuration end |
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
299 300 301 |
# File 'sig/types.rbs', line 299 def connector_description @connector_description end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
300 301 302 |
# File 'sig/types.rbs', line 300 def connector_name @connector_name end |
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
301 302 303 |
# File 'sig/types.rbs', line 301 def connector_state @connector_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
302 303 304 |
# File 'sig/types.rbs', line 302 def creation_time @creation_time end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
303 304 305 |
# File 'sig/types.rbs', line 303 def current_version @current_version end |
#kafka_cluster ⇒ Types::KafkaClusterDescription
Returns the value of attribute kafka_cluster.
304 305 306 |
# File 'sig/types.rbs', line 304 def kafka_cluster @kafka_cluster end |
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
Returns the value of attribute kafka_cluster_client_authentication.
305 306 307 |
# File 'sig/types.rbs', line 305 def kafka_cluster_client_authentication @kafka_cluster_client_authentication end |
#kafka_cluster_encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransitDescription
Returns the value of attribute kafka_cluster_encryption_in_transit.
306 307 308 |
# File 'sig/types.rbs', line 306 def kafka_cluster_encryption_in_transit @kafka_cluster_encryption_in_transit end |
#kafka_connect_version ⇒ ::String
Returns the value of attribute kafka_connect_version.
307 308 309 |
# File 'sig/types.rbs', line 307 def kafka_connect_version @kafka_connect_version end |
#log_delivery ⇒ Types::LogDeliveryDescription
Returns the value of attribute log_delivery.
308 309 310 |
# File 'sig/types.rbs', line 308 def log_delivery @log_delivery end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
309 310 311 |
# File 'sig/types.rbs', line 309 def network_type @network_type end |
#plugins ⇒ ::Array[Types::PluginDescription]
Returns the value of attribute plugins.
310 311 312 |
# File 'sig/types.rbs', line 310 def plugins @plugins end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def service_execution_role_arn @service_execution_role_arn end |
#state_description ⇒ Types::StateDescription
Returns the value of attribute state_description.
313 314 315 |
# File 'sig/types.rbs', line 313 def state_description @state_description end |
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Returns the value of attribute worker_configuration.
312 313 314 |
# File 'sig/types.rbs', line 312 def worker_configuration @worker_configuration end |