Class: Aws::Types::TimeSeriesTransformations
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesTransformations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ ::Hash[::String, ("sum" | "avg" | "first" | "min" | "max")]
Returns the value of attribute aggregation.
-
#filling ⇒ ::Hash[::String, ::Hash[("frontfill" | "middlefill" | "backfill" | "futurefill" | "frontfill_value" | "middlefill_value" | "backfill_value" | "futurefill_value"), ::String]]
Returns the value of attribute filling.
Instance Attribute Details
#aggregation ⇒ ::Hash[::String, ("sum" | "avg" | "first" | "min" | "max")]
Returns the value of attribute aggregation.
11362 11363 11364 |
# File 'sig/types.rbs', line 11362 def aggregation @aggregation end |
#filling ⇒ ::Hash[::String, ::Hash[("frontfill" | "middlefill" | "backfill" | "futurefill" | "frontfill_value" | "middlefill_value" | "backfill_value" | "futurefill_value"), ::String]]
Returns the value of attribute filling.
11361 11362 11363 |
# File 'sig/types.rbs', line 11361 def filling @filling end |