Class: Aws::Types::DateRange
- Inherits:
-
Object
- Object
- Aws::Types::DateRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_date ⇒ ::Time
Returns the value of attribute from_date.
-
#to_date ⇒ ::Time
Returns the value of attribute to_date.
Instance Attribute Details
#from_date ⇒ ::Time
Returns the value of attribute from_date.
492 493 494 |
# File 'sig/types.rbs', line 492 def from_date @from_date end |
#to_date ⇒ ::Time
Returns the value of attribute to_date.
493 494 495 |
# File 'sig/types.rbs', line 493 def to_date @to_date end |