Class: Aws::Types::DateCondition
- Inherits:
-
Object
- Object
- Aws::Types::DateCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_type ⇒ "GREATER_THAN", ...
Returns the value of attribute comparison_type.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparison_type ⇒ "GREATER_THAN", ...
Returns the value of attribute comparison_type.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def field_name @field_name end |
#value ⇒ ::String
Returns the value of attribute value.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def value @value end |