Class: Aws::Types::AggFunction
- Inherits:
-
Object
- Object
- Aws::Types::AggFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
-
#aggregation_function_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute aggregation_function_parameters.
-
#period ⇒ "SECOND", ...
Returns the value of attribute period.
-
#period_field ⇒ ::String
Returns the value of attribute period_field.
Instance Attribute Details
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
151 152 153 |
# File 'sig/types.rbs', line 151 def aggregation @aggregation end |
#aggregation_function_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute aggregation_function_parameters.
152 153 154 |
# File 'sig/types.rbs', line 152 def aggregation_function_parameters @aggregation_function_parameters end |
#period ⇒ "SECOND", ...
Returns the value of attribute period.
153 154 155 |
# File 'sig/types.rbs', line 153 def period @period end |
#period_field ⇒ ::String
Returns the value of attribute period_field.
154 155 156 |
# File 'sig/types.rbs', line 154 def period_field @period_field end |