Class: Aws::Types::AthenaConnectorSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def connection_name
  @connection_name
end

#connection_table::String

Returns the value of attribute connection_table.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def connection_table
  @connection_table
end

#connection_type::String

Returns the value of attribute connection_type.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def connection_type
  @connection_type
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def connector_name
  @connector_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def output_schemas
  @output_schemas
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def schema_name
  @schema_name
end