Class: Aws::Types::DescribeConnectorResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connector_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#capacityTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED", "RESTARTING")


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.

Returns:

  • (::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.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def current_version
  @current_version
end

#kafka_clusterTypes::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_authenticationTypes::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_transitTypes::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.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def kafka_connect_version
  @kafka_connect_version
end

#log_deliveryTypes::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.

Returns:

  • ("IPV4", "DUAL")


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.

Returns:



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.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def service_execution_role_arn
  @service_execution_role_arn
end

#state_descriptionTypes::StateDescription

Returns the value of attribute state_description.



313
314
315
# File 'sig/types.rbs', line 313

def state_description
  @state_description
end

#worker_configurationTypes::WorkerConfigurationDescription

Returns the value of attribute worker_configuration.



312
313
314
# File 'sig/types.rbs', line 312

def worker_configuration
  @worker_configuration
end