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

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

Overview

The job execution summary for a thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_execution_summaryTypes::JobExecutionSummary

Contains a subset of information about a job execution.



8674
8675
8676
8677
8678
8679
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8674

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

#job_idString

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

Returns:

  • (String)


8674
8675
8676
8677
8678
8679
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8674

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