Class: Aws::IoT::Types::JobExecutionSummaryForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobExecutionSummaryForJob
- 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
-
#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.
8964 8965 8966 8967 8968 8969 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8964 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.
8964 8965 8966 8967 8968 8969 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8964 class JobExecutionSummaryForJob < Struct.new( :thing_arn, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |