Class: Aws::Types::TotalAggregationOption
- Inherits:
-
Object
- Object
- Aws::Types::TotalAggregationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#total_aggregation_function ⇒ Types::TotalAggregationFunction
Returns the value of attribute total_aggregation_function.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
11614 11615 11616 |
# File 'sig/types.rbs', line 11614 def field_id @field_id end |
#total_aggregation_function ⇒ Types::TotalAggregationFunction
Returns the value of attribute total_aggregation_function.
11615 11616 11617 |
# File 'sig/types.rbs', line 11615 def total_aggregation_function @total_aggregation_function end |