Class: Aws::IoTJobsDataPlane::Types::UpdateJobExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::UpdateJobExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_state ⇒ Types::JobExecutionState
A JobExecutionState object.
-
#job_document ⇒ String
The contents of the Job Documents.
Instance Attribute Details
#execution_state ⇒ Types::JobExecutionState
A JobExecutionState object.
588 589 590 591 592 593 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 588 class UpdateJobExecutionResponse < Struct.new( :execution_state, :job_document) SENSITIVE = [] include Aws::Structure end |
#job_document ⇒ String
The contents of the Job Documents.
588 589 590 591 592 593 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 588 class UpdateJobExecutionResponse < Struct.new( :execution_state, :job_document) SENSITIVE = [] include Aws::Structure end |