Class: Aws::Types::SlotStartTimeRangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SlotStartTimeRangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#earliest_time ⇒ ::Time
Returns the value of attribute earliest_time.
-
#latest_time ⇒ ::Time
Returns the value of attribute latest_time.
Instance Attribute Details
#earliest_time ⇒ ::Time
Returns the value of attribute earliest_time.
17115 17116 17117 |
# File 'sig/types.rbs', line 17115 def earliest_time @earliest_time end |
#latest_time ⇒ ::Time
Returns the value of attribute latest_time.
17116 17117 17118 |
# File 'sig/types.rbs', line 17116 def latest_time @latest_time end |