Class: Aws::Types::GlueTableReference
- Inherits:
-
Object
- Object
- Aws::Types::GlueTableReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#region ⇒ "us-west-1", ...
Returns the value of attribute region.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def database_name @database_name end |
#region ⇒ "us-west-1", ...
Returns the value of attribute region.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def region @region end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def table_name @table_name end |