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.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def field_name @field_name end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
5985 5986 5987 |
# File 'sig/types.rbs', line 5985 def min_value @min_value end |