Class: Aws::Types::DateRange
- Inherits:
-
Object
- Object
- Aws::Types::DateRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison ⇒ "WITHIN", "OLDER_THAN"
Returns the value of attribute comparison.
-
#unit ⇒ "DAYS"
Returns the value of attribute unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#comparison ⇒ "WITHIN", "OLDER_THAN"
Returns the value of attribute comparison.
5371 5372 5373 |
# File 'sig/types.rbs', line 5371 def comparison @comparison end |
#unit ⇒ "DAYS"
Returns the value of attribute unit.
5370 5371 5372 |
# File 'sig/types.rbs', line 5370 def unit @unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
5369 5370 5371 |
# File 'sig/types.rbs', line 5369 def value @value end |