Class: Aws::Types::AbsoluteTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::AbsoluteTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
-
#first ⇒ ::Integer
Returns the value of attribute first.
-
#last ⇒ ::Integer
Returns the value of attribute last.
-
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
13 14 15 |
# File 'sig/types.rbs', line 13 def end_time @end_time end |
#first ⇒ ::Integer
Returns the value of attribute first.
14 15 16 |
# File 'sig/types.rbs', line 14 def first @first end |
#last ⇒ ::Integer
Returns the value of attribute last.
15 16 17 |
# File 'sig/types.rbs', line 15 def last @last end |
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
12 13 14 |
# File 'sig/types.rbs', line 12 def start_time @start_time end |