Class: Aws::IoT::Types::JobExecutionSummaryForThing

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

Overview

The job execution summary for a thing.

Instance Attribute Summary collapse

Instance Attribute Details

#job_execution_summaryTypes::JobExecutionSummary

Contains a subset of information about a job execution.



5666
5667
5668
5669
5670
# File 'lib/aws-sdk-iot/types.rb', line 5666

class JobExecutionSummaryForThing < Struct.new(
  :job_id,
  :job_execution_summary)
  include Aws::Structure
end

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)


5666
5667
5668
5669
5670
# File 'lib/aws-sdk-iot/types.rb', line 5666

class JobExecutionSummaryForThing < Struct.new(
  :job_id,
  :job_execution_summary)
  include Aws::Structure
end