Class: Aws::Types::NumberCondition
- Inherits:
-
Object
- Object
- Aws::Types::NumberCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_type ⇒ "GREATER_OR_EQUAL", ...
Returns the value of attribute comparison_type.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
Instance Attribute Details
#comparison_type ⇒ "GREATER_OR_EQUAL", ...
Returns the value of attribute comparison_type.
5833 5834 5835 |
# File 'sig/types.rbs', line 5833 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
5830 5831 5832 |
# File 'sig/types.rbs', line 5830 def field_name @field_name end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
5832 5833 5834 |
# File 'sig/types.rbs', line 5832 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
5831 5832 5833 |
# File 'sig/types.rbs', line 5831 def min_value @min_value end |