Class: Aws::Types::DateTimeCondition
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeCondition
- 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.
-
#max_value ⇒ ::String
Returns the value of attribute max_value.
-
#min_value ⇒ ::String
Returns the value of attribute min_value.
Instance Attribute Details
#comparison_type ⇒ "GREATER_THAN", ...
Returns the value of attribute comparison_type.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def field_name @field_name end |
#max_value ⇒ ::String
Returns the value of attribute max_value.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def min_value @min_value end |