Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_format ⇒ "GZIP", ...
Returns the value of attribute compression_format.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#format_options ⇒ Types::OutputFormatOptions
Returns the value of attribute format_options.
-
#location ⇒ Types::S3Location
Returns the value of attribute location.
-
#max_output_files ⇒ ::Integer
Returns the value of attribute max_output_files.
-
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
-
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
Instance Attribute Details
#compression_format ⇒ "GZIP", ...
Returns the value of attribute compression_format.
711 712 713 |
# File 'sig/types.rbs', line 711 def compression_format @compression_format end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
712 713 714 |
# File 'sig/types.rbs', line 712 def format @format end |
#format_options ⇒ Types::OutputFormatOptions
Returns the value of attribute format_options.
716 717 718 |
# File 'sig/types.rbs', line 716 def end |
#location ⇒ Types::S3Location
Returns the value of attribute location.
714 715 716 |
# File 'sig/types.rbs', line 714 def location @location end |
#max_output_files ⇒ ::Integer
Returns the value of attribute max_output_files.
717 718 719 |
# File 'sig/types.rbs', line 717 def max_output_files @max_output_files end |
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
715 716 717 |
# File 'sig/types.rbs', line 715 def overwrite @overwrite end |
#partition_columns ⇒ ::Array[::String]
Returns the value of attribute partition_columns.
713 714 715 |
# File 'sig/types.rbs', line 713 def partition_columns @partition_columns end |