Class: Aws::Types::Threshold
- Inherits:
-
Object
- Object
- Aws::Types::Threshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "GREATER_THAN_OR_EQUAL", ...
Returns the value of attribute type.
-
#unit ⇒ "COUNT", "PERCENTAGE"
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "GREATER_THAN_OR_EQUAL", ...
Returns the value of attribute type.
952 953 954 |
# File 'sig/types.rbs', line 952 def type @type end |
#unit ⇒ "COUNT", "PERCENTAGE"
Returns the value of attribute unit.
953 954 955 |
# File 'sig/types.rbs', line 953 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
951 952 953 |
# File 'sig/types.rbs', line 951 def value @value end |