Class: Aws::Types::LastRecorderStatus
- Inherits:
-
Object
- Object
- Aws::Types::LastRecorderStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_status_details ⇒ ::String
Returns the value of attribute job_status_details.
-
#last_collected_time ⇒ ::Time
Returns the value of attribute last_collected_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#recorder_status ⇒ "SUCCESS", ...
Returns the value of attribute recorder_status.
Instance Attribute Details
#job_status_details ⇒ ::String
Returns the value of attribute job_status_details.
287 288 289 |
# File 'sig/types.rbs', line 287 def job_status_details @job_status_details end |
#last_collected_time ⇒ ::Time
Returns the value of attribute last_collected_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def last_collected_time @last_collected_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def last_updated_time @last_updated_time end |
#recorder_status ⇒ "SUCCESS", ...
Returns the value of attribute recorder_status.
290 291 292 |
# File 'sig/types.rbs', line 290 def recorder_status @recorder_status end |