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.
4454 4455 4456 |
# File 'sig/types.rbs', line 4454 def @additional_options end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4453 4454 4455 |
# File 'sig/types.rbs', line 4453 def connection_name @connection_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def table_name @table_name end |