Class: Aws::Types::DecimalCondition
- Inherits:
-
Object
- Object
- Aws::Types::DecimalCondition
- 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 ⇒ ::Float
Returns the value of attribute max_value.
-
#min_value ⇒ ::Float
Returns the value of attribute min_value.
Instance Attribute Details
#comparison_type ⇒ "GREATER_OR_EQUAL", ...
Returns the value of attribute comparison_type.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def field_name @field_name end |
#max_value ⇒ ::Float
Returns the value of attribute max_value.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def max_value @max_value end |
#min_value ⇒ ::Float
Returns the value of attribute min_value.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def min_value @min_value end |