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.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def field_name @field_name end |
#max_value ⇒ ::String
Returns the value of attribute max_value.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def min_value @min_value end |