Class: Aws::Types::AthenaDatasetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AthenaDatasetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_compression ⇒ "GZIP", ...
Returns the value of attribute output_compression.
-
#output_format ⇒ "PARQUET", ...
Returns the value of attribute output_format.
-
#output_s3_uri ⇒ ::String
Returns the value of attribute output_s3_uri.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
543 544 545 |
# File 'sig/types.rbs', line 543 def catalog @catalog end |
#database ⇒ ::String
Returns the value of attribute database.
544 545 546 |
# File 'sig/types.rbs', line 544 def database @database end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def kms_key_id @kms_key_id end |
#output_compression ⇒ "GZIP", ...
Returns the value of attribute output_compression.
550 551 552 |
# File 'sig/types.rbs', line 550 def output_compression @output_compression end |
#output_format ⇒ "PARQUET", ...
Returns the value of attribute output_format.
549 550 551 |
# File 'sig/types.rbs', line 549 def output_format @output_format end |
#output_s3_uri ⇒ ::String
Returns the value of attribute output_s3_uri.
547 548 549 |
# File 'sig/types.rbs', line 547 def output_s3_uri @output_s3_uri end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
545 546 547 |
# File 'sig/types.rbs', line 545 def query_string @query_string end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
546 547 548 |
# File 'sig/types.rbs', line 546 def work_group @work_group end |