Class: Aws::Types::S3OutputFormatConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3OutputFormatConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_config ⇒ Types::AggregationConfig
Returns the value of attribute aggregation_config.
-
#file_type ⇒ "CSV", ...
Returns the value of attribute file_type.
-
#prefix_config ⇒ Types::PrefixConfig
Returns the value of attribute prefix_config.
-
#preserve_source_data_typing ⇒ Boolean
Returns the value of attribute preserve_source_data_typing.
Instance Attribute Details
#aggregation_config ⇒ Types::AggregationConfig
Returns the value of attribute aggregation_config.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def aggregation_config @aggregation_config end |
#file_type ⇒ "CSV", ...
Returns the value of attribute file_type.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def file_type @file_type end |
#prefix_config ⇒ Types::PrefixConfig
Returns the value of attribute prefix_config.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def prefix_config @prefix_config end |
#preserve_source_data_typing ⇒ Boolean
Returns the value of attribute preserve_source_data_typing.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def preserve_source_data_typing @preserve_source_data_typing end |