Class: Aws::Types::DateTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::Time
Returns the value of attribute from.
-
#to ⇒ ::Time
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::Time
Returns the value of attribute from.
37 38 39 |
# File 'sig/types.rbs', line 37 def from @from end |
#to ⇒ ::Time
Returns the value of attribute to.
38 39 40 |
# File 'sig/types.rbs', line 38 def to @to end |