Class: Aws::Types::JobExecutionSummaryForJob
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionSummaryForJob
- 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.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
Instance Attribute Details
#job_execution_summary ⇒ Types::JobExecutionSummary
Returns the value of attribute job_execution_summary.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def job_execution_summary @job_execution_summary end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def thing_arn @thing_arn end |