Class: Aws::Types::UpdateJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#include_job_document ⇒ Boolean
Returns the value of attribute include_job_document.
-
#include_job_execution_state ⇒ Boolean
Returns the value of attribute include_job_execution_state.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
-
#step_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute step_timeout_in_minutes.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
165 166 167 |
# File 'sig/types.rbs', line 165 def execution_number @execution_number end |
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
162 163 164 |
# File 'sig/types.rbs', line 162 def expected_version @expected_version end |
#include_job_document ⇒ Boolean
Returns the value of attribute include_job_document.
164 165 166 |
# File 'sig/types.rbs', line 164 def include_job_document @include_job_document end |
#include_job_execution_state ⇒ Boolean
Returns the value of attribute include_job_execution_state.
163 164 165 |
# File 'sig/types.rbs', line 163 def include_job_execution_state @include_job_execution_state end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def job_id @job_id end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
159 160 161 |
# File 'sig/types.rbs', line 159 def status @status end |
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
160 161 162 |
# File 'sig/types.rbs', line 160 def status_details @status_details end |
#step_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute step_timeout_in_minutes.
161 162 163 |
# File 'sig/types.rbs', line 161 def step_timeout_in_minutes @step_timeout_in_minutes end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def thing_name @thing_name end |