Class: Aws::Types::GetTableMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTableMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
593 594 595 |
# File 'sig/types.rbs', line 593 def catalog_name @catalog_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
594 595 596 |
# File 'sig/types.rbs', line 594 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
595 596 597 |
# File 'sig/types.rbs', line 595 def table_name @table_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
596 597 598 |
# File 'sig/types.rbs', line 596 def work_group @work_group end |