Class: Aws::Types::AthenaConnectorSource
- Inherits:
-
Object
- Object
- Aws::Types::AthenaConnectorSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_table ⇒ ::String
Returns the value of attribute connection_table.
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
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.
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.
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.
147 148 149 |
# File 'sig/types.rbs', line 147 def connector_name @connector_name end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
150 151 152 |
# File 'sig/types.rbs', line 150 def schema_name @schema_name end |