Class: Aws::Types::TopicIRComparisonMethod
- Inherits:
-
Object
- Object
- Aws::Types::TopicIRComparisonMethod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#period ⇒ "SECOND", ...
Returns the value of attribute period.
-
#type ⇒ "DIFF", ...
Returns the value of attribute type.
-
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
Instance Attribute Details
#period ⇒ "SECOND", ...
Returns the value of attribute period.
11761 11762 11763 |
# File 'sig/types.rbs', line 11761 def period @period end |
#type ⇒ "DIFF", ...
Returns the value of attribute type.
11760 11761 11762 |
# File 'sig/types.rbs', line 11760 def type @type end |
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
11762 11763 11764 |
# File 'sig/types.rbs', line 11762 def window_size @window_size end |