Class: Aws::Types::UpsolverS3OutputFormatConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpsolverS3OutputFormatConfig
- 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.
Instance Attribute Details
#aggregation_config ⇒ Types::AggregationConfig
Returns the value of attribute aggregation_config.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def aggregation_config @aggregation_config end |
#file_type ⇒ "CSV", ...
Returns the value of attribute file_type.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def file_type @file_type end |
#prefix_config ⇒ Types::PrefixConfig
Returns the value of attribute prefix_config.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def prefix_config @prefix_config end |