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")


11371
11372
11373
# File 'sig/types.rbs', line 11371

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")


11370
11371
11372
# File 'sig/types.rbs', line 11370

def type
  @type
end

#window_size::Integer

Returns the value of attribute window_size.

Returns:

  • (::Integer)


11372
11373
11374
# File 'sig/types.rbs', line 11372

def window_size
  @window_size
end