Class: Aws::IoT::Types::JobExecutionSummaryForJob

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

Overview

Contains a summary of information about job executions for a specific job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_execution_summaryTypes::JobExecutionSummary

Contains a subset of information about a job execution.



8657
8658
8659
8660
8661
8662
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8657

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

#thing_arnString

The ARN of the thing on which the job execution is running.

Returns:

  • (String)


8657
8658
8659
8660
8661
8662
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8657

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