Class: Aws::Types::TimeWindow
- Inherits:
-
Object
- Object
- Aws::Types::TimeWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def start_time @start_time end |