Class: Aws::Types::StartTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::StartTimeRange
- 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.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def from_time @from_time end |
#to_time ⇒ ::Time
Returns the value of attribute to_time.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def to_time @to_time end |