Class: Aws::Types::ConnectorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def current_version
  @current_version
end

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

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def kafka_connect_version
  @kafka_connect_version
end

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

Returns:

  • ("IPV4", "DUAL")


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.

Returns:



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.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def service_execution_role_arn
  @service_execution_role_arn
end

#worker_configurationTypes::WorkerConfigurationDescription

Returns the value of attribute worker_configuration.



124
125
126
# File 'sig/types.rbs', line 124

def worker_configuration
  @worker_configuration
end