Class: Aws::Types::CoverageTime
- Inherits:
-
Object
- Object
- Aws::Types::CoverageTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ Types::HandOffTime
Returns the value of attribute end.
-
#start ⇒ Types::HandOffTime
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Types::HandOffTime
Returns the value of attribute end.
83 84 85 |
# File 'sig/types.rbs', line 83 def end @end end |
#start ⇒ Types::HandOffTime
Returns the value of attribute start.
82 83 84 |
# File 'sig/types.rbs', line 82 def start @start end |