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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_stateTypes::JobExecutionState

A JobExecutionState object.



428
429
430
431
432
433
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 428

class UpdateJobExecutionResponse < Struct.new(
  :execution_state,
  :job_document)
  SENSITIVE = []
  include Aws::Structure
end

#job_documentString

The contents of the Job Documents.

Returns:

  • (String)


428
429
430
431
432
433
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 428

class UpdateJobExecutionResponse < Struct.new(
  :execution_state,
  :job_document)
  SENSITIVE = []
  include Aws::Structure
end