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.
315 316 317 |
# File 'sig/types.rbs', line 315 def catalog_name @catalog_name end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def database_name @database_name end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
312 313 314 |
# File 'sig/types.rbs', line 312 def output_location @output_location end |
#region ⇒ "us-west-1", ...
Returns the value of attribute region.
310 311 312 |
# File 'sig/types.rbs', line 310 def region @region end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def table_name @table_name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
311 312 313 |
# File 'sig/types.rbs', line 311 def work_group @work_group end |