AWSIoTJobExecutionSummaryForThing
Objective-C
@interface AWSIoTJobExecutionSummaryForThing
Swift
class AWSIoTJobExecutionSummaryForThing
The job execution summary for a thing.
-
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 unique identifier you assigned to this job when it was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSIoTJobExecutionSummaryForThing Class Reference