Class: Aws::Types::GlueTable
- Inherits:
-
Object
- Object
- Aws::Types::GlueTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def @additional_options end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4423 4424 4425 |
# File 'sig/types.rbs', line 4423 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def connection_name @connection_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4421 4422 4423 |
# File 'sig/types.rbs', line 4421 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
4422 4423 4424 |
# File 'sig/types.rbs', line 4422 def table_name @table_name end |