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.
11371 11372 11373 |
# File 'sig/types.rbs', line 11371 def period @period end |
#type ⇒ "DIFF", ...
Returns the value of attribute type.
11370 11371 11372 |
# File 'sig/types.rbs', line 11370 def type @type end |
#window_size ⇒ ::Integer
Returns the value of attribute window_size.
11372 11373 11374 |
# File 'sig/types.rbs', line 11372 def window_size @window_size end |