Class: Aws::Types::SlotDateTimeRangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SlotDateTimeRangeRequest
- 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.
17109 17110 17111 |
# File 'sig/types.rbs', line 17109 def earliest_time @earliest_time end |
#latest_time ⇒ ::Time
Returns the value of attribute latest_time.
17110 17111 17112 |
# File 'sig/types.rbs', line 17110 def latest_time @latest_time end |