AWSIoTJobExecutionSummaryForJob
Objective-C
@interface AWSIoTJobExecutionSummaryForJob
Swift
class AWSIoTJobExecutionSummaryForJob
Contains a summary of information about job executions for a specific job.
-
Contains a subset of information about a job execution.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTJobExecutionSummary *_Nullable jobExecutionSummary;Swift
var jobExecutionSummary: AWSIoTJobExecutionSummary? { get set } -
The ARN of the thing on which the job execution is running.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingArn;Swift
var thingArn: String? { get set }
View on GitHub
Install in Dash
AWSIoTJobExecutionSummaryForJob Class Reference