Class: Aws::Types::Batch
- Inherits:
-
Object
- Object
- Aws::Types::Batch
- 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.
154 155 156 |
# File 'sig/types.rbs', line 154 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
153 154 155 |
# File 'sig/types.rbs', line 153 def start_time @start_time end |