Class: Aws::Types::JobExecutionSummaryForThing
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionSummaryForThing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_execution_summary ⇒ Types::JobExecutionSummary
Returns the value of attribute job_execution_summary.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#job_execution_summary ⇒ Types::JobExecutionSummary
Returns the value of attribute job_execution_summary.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def job_execution_summary @job_execution_summary end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def job_id @job_id end |