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.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def field_name @field_name end |
#value ⇒ ::String
Returns the value of attribute value.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def value @value end |