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.
4444 4445 4446 |
# File 'sig/types.rbs', line 4444 def @additional_options end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4443 4444 4445 |
# File 'sig/types.rbs', line 4443 def connection_name @connection_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4440 4441 4442 |
# File 'sig/types.rbs', line 4440 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def table_name @table_name end |