Method: Aws::Glue::Types::AthenaConnectorSource#connection_name

Defined in:
lib/aws-sdk-glue/types.rb

#connection_nameString

The name of the connection that is associated with the connector.

Returns:

  • (String)


477
478
479
480
481
482
483
484
485
486
487
# File 'lib/aws-sdk-glue/types.rb', line 477

class AthenaConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :connection_table,
  :schema_name,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end