Class: Aws::Types::TimeSeriesTransformations

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation::Hash[::String, ("sum" | "avg" | "first" | "min" | "max")]

Returns the value of attribute aggregation.

Returns:

  • (::Hash[::String, ("sum" | "avg" | "first" | "min" | "max")])


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.

Returns:

  • (::Hash[::String, ::Hash[("frontfill" | "middlefill" | "backfill" | "futurefill" | "frontfill_value" | "middlefill_value" | "backfill_value" | "futurefill_value"), ::String]])


11361
11362
11363
# File 'sig/types.rbs', line 11361

def filling
  @filling
end