Class: Aws::Types::EndTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::EndTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_time ⇒ ::Time
Returns the value of attribute from_time.
-
#to_time ⇒ ::Time
Returns the value of attribute to_time.
Instance Attribute Details
#from_time ⇒ ::Time
Returns the value of attribute from_time.
291 292 293 |
# File 'sig/types.rbs', line 291 def from_time @from_time end |
#to_time ⇒ ::Time
Returns the value of attribute to_time.
292 293 294 |
# File 'sig/types.rbs', line 292 def to_time @to_time end |