Class: Aws::Types::AthenaTableReference
- Inherits:
-
Object
- Object
- Aws::Types::AthenaTableReference
- 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.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#region ⇒ "us-west-1", ...
Returns the value of attribute region.
-
#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.
304 305 306 |
# File 'sig/types.rbs', line 304 def catalog_name @catalog_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
302 303 304 |
# File 'sig/types.rbs', line 302 def database_name @database_name end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
301 302 303 |
# File 'sig/types.rbs', line 301 def output_location @output_location end |
#region ⇒ "us-west-1", ...
Returns the value of attribute region.
299 300 301 |
# File 'sig/types.rbs', line 299 def region @region end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def table_name @table_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
300 301 302 |
# File 'sig/types.rbs', line 300 def work_group @work_group end |