Class: Aws::Types::TopicIRComparisonMethod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#period"SECOND", ...

Returns the value of attribute period.

Returns:

  • ("SECOND", "MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR")


11761
11762
11763
# File 'sig/types.rbs', line 11761

def period
  @period
end

#type"DIFF", ...

Returns the value of attribute type.

Returns:

  • ("DIFF", "PERC_DIFF", "DIFF_AS_PERC", "POP_CURRENT_DIFF_AS_PERC", "POP_CURRENT_DIFF", "POP_OVERTIME_DIFF_AS_PERC", "POP_OVERTIME_DIFF", "PERCENT_OF_TOTAL", "RUNNING_SUM", "MOVING_AVERAGE")


11760
11761
11762
# File 'sig/types.rbs', line 11760

def type
  @type
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


11762
11763
11764
# File 'sig/types.rbs', line 11762

def window_size
  @window_size
end