Class: Aws::Types::DescribeJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#include_job_document ⇒ Boolean
Returns the value of attribute include_job_document.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
37 38 39 |
# File 'sig/types.rbs', line 37 def execution_number @execution_number end |
#include_job_document ⇒ Boolean
Returns the value of attribute include_job_document.
36 37 38 |
# File 'sig/types.rbs', line 36 def include_job_document @include_job_document end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def job_id @job_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def thing_name @thing_name end |