Class: Aws::Types::JobLogs
- Inherits:
-
Object
- Object
- Aws::Types::JobLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_completion_report_uri ⇒ ::String
Returns the value of attribute job_completion_report_uri.
-
#job_failure_log_uri ⇒ ::String
Returns the value of attribute job_failure_log_uri.
-
#job_success_log_uri ⇒ ::String
Returns the value of attribute job_success_log_uri.
Instance Attribute Details
#job_completion_report_uri ⇒ ::String
Returns the value of attribute job_completion_report_uri.
356 357 358 |
# File 'sig/types.rbs', line 356 def job_completion_report_uri @job_completion_report_uri end |
#job_failure_log_uri ⇒ ::String
Returns the value of attribute job_failure_log_uri.
358 359 360 |
# File 'sig/types.rbs', line 358 def job_failure_log_uri @job_failure_log_uri end |
#job_success_log_uri ⇒ ::String
Returns the value of attribute job_success_log_uri.
357 358 359 |
# File 'sig/types.rbs', line 357 def job_success_log_uri @job_success_log_uri end |