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.
150 151 152 |
# File 'sig/types.rbs', line 150 def connection_name @connection_name end |
#connection_table ⇒ ::String
Returns the value of attribute connection_table.
153 154 155 |
# File 'sig/types.rbs', line 153 def connection_table @connection_table end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def connection_type @connection_type end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def connector_name @connector_name end |
#name ⇒ ::String
Returns the value of attribute name.
149 150 151 |
# File 'sig/types.rbs', line 149 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
155 156 157 |
# File 'sig/types.rbs', line 155 def output_schemas @output_schemas end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def schema_name @schema_name end |