Class: Aws::Types::TimePeriod
- Inherits:
-
Object
- Object
- Aws::Types::TimePeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#start ⇒ ::Time
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Time
Returns the value of attribute end.
558 559 560 |
# File 'sig/types.rbs', line 558 def end @end end |
#start ⇒ ::Time
Returns the value of attribute start.
557 558 559 |
# File 'sig/types.rbs', line 557 def start @start end |