Class: Aws::Types::AggregationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AggregationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_type ⇒ "None", "SingleFile"
Returns the value of attribute aggregation_type.
-
#target_file_size ⇒ ::Integer
Returns the value of attribute target_file_size.
Instance Attribute Details
#aggregation_type ⇒ "None", "SingleFile"
Returns the value of attribute aggregation_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def aggregation_type @aggregation_type end |
#target_file_size ⇒ ::Integer
Returns the value of attribute target_file_size.
18 19 20 |
# File 'sig/types.rbs', line 18 def target_file_size @target_file_size end |