Class: Aws::Types::Timing
- Inherits:
-
Object
- Object
- Aws::Types::Timing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finish_time ⇒ ::Time
Returns the value of attribute finish_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#finish_time ⇒ ::Time
Returns the value of attribute finish_time.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def finish_time @finish_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def start_time @start_time end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def submit_time @submit_time end |