Class: Aws::Types::TableIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::TableIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7554 7555 7556 |
# File 'sig/types.rbs', line 7554 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7555 7556 7557 |
# File 'sig/types.rbs', line 7555 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
7556 7557 7558 |
# File 'sig/types.rbs', line 7556 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
7557 7558 7559 |
# File 'sig/types.rbs', line 7557 def region @region end |