Class: Aws::IoTJobsDataPlane::Types::UpdateJobExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotjobsdataplane/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_stateTypes::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_documentString

The contents of the Job Documents.

Returns:

  • (String)


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