Class: Aws::Types::ThresholdConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ThresholdConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "COUNT", ...
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "COUNT", ...
Returns the value of attribute type.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def value @value end |