Class: Aws::Types::ConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorSummary
- 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_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.
-
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Returns the value of attribute worker_configuration.
Instance Attribute Details
#capacity ⇒ Types::CapacityDescription
Returns the value of attribute capacity.
109 110 111 |
# File 'sig/types.rbs', line 109 def capacity @capacity end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def connector_arn @connector_arn end |
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
111 112 113 |
# File 'sig/types.rbs', line 111 def connector_description @connector_description end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def connector_name @connector_name end |
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
113 114 115 |
# File 'sig/types.rbs', line 113 def connector_state @connector_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
114 115 116 |
# File 'sig/types.rbs', line 114 def creation_time @creation_time end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
115 116 117 |
# File 'sig/types.rbs', line 115 def current_version @current_version end |
#kafka_cluster ⇒ Types::KafkaClusterDescription
Returns the value of attribute kafka_cluster.
116 117 118 |
# File 'sig/types.rbs', line 116 def kafka_cluster @kafka_cluster end |
#kafka_cluster_client_authentication ⇒ Types::KafkaClusterClientAuthenticationDescription
Returns the value of attribute kafka_cluster_client_authentication.
117 118 119 |
# File 'sig/types.rbs', line 117 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.
118 119 120 |
# File 'sig/types.rbs', line 118 def kafka_cluster_encryption_in_transit @kafka_cluster_encryption_in_transit end |
#kafka_connect_version ⇒ ::String
Returns the value of attribute kafka_connect_version.
119 120 121 |
# File 'sig/types.rbs', line 119 def kafka_connect_version @kafka_connect_version end |
#log_delivery ⇒ Types::LogDeliveryDescription
Returns the value of attribute log_delivery.
120 121 122 |
# File 'sig/types.rbs', line 120 def log_delivery @log_delivery end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
121 122 123 |
# File 'sig/types.rbs', line 121 def network_type @network_type end |
#plugins ⇒ ::Array[Types::PluginDescription]
Returns the value of attribute plugins.
122 123 124 |
# File 'sig/types.rbs', line 122 def plugins @plugins end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
123 124 125 |
# File 'sig/types.rbs', line 123 def service_execution_role_arn @service_execution_role_arn end |
#worker_configuration ⇒ Types::WorkerConfigurationDescription
Returns the value of attribute worker_configuration.
124 125 126 |
# File 'sig/types.rbs', line 124 def worker_configuration @worker_configuration end |