Class: Aws::Types::LastUploaderStatus
- Inherits:
-
Object
- Object
- Aws::Types::LastUploaderStatus
- 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.
-
#uploader_status ⇒ "SUCCESS", ...
Returns the value of attribute uploader_status.
Instance Attribute Details
#job_status_details ⇒ ::String
Returns the value of attribute job_status_details.
295 296 297 |
# File 'sig/types.rbs', line 295 def job_status_details @job_status_details end |
#last_collected_time ⇒ ::Time
Returns the value of attribute last_collected_time.
296 297 298 |
# File 'sig/types.rbs', line 296 def last_collected_time @last_collected_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
297 298 299 |
# File 'sig/types.rbs', line 297 def last_updated_time @last_updated_time end |
#uploader_status ⇒ "SUCCESS", ...
Returns the value of attribute uploader_status.
298 299 300 |
# File 'sig/types.rbs', line 298 def uploader_status @uploader_status end |