Class: Aws::IoT::Types::JobExecutionSummaryForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobExecutionSummaryForJob
- Includes:
- Structure
- Defined in:
- 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
-
#job_execution_summary ⇒ Types::JobExecutionSummary
Contains a subset of information about a job execution.
-
#thing_arn ⇒ String
The ARN of the thing on which the job execution is running.
Instance Attribute Details
#job_execution_summary ⇒ Types::JobExecutionSummary
Contains a subset of information about a job execution.
8982 8983 8984 8985 8986 8987 |
# File 'lib/aws-sdk-iot/types.rb', line 8982 class JobExecutionSummaryForJob < Struct.new( :thing_arn, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing on which the job execution is running.
8982 8983 8984 8985 8986 8987 |
# File 'lib/aws-sdk-iot/types.rb', line 8982 class JobExecutionSummaryForJob < Struct.new( :thing_arn, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |