AWSIoTDescribeJobExecutionRequest
Objective-C
@interface AWSIoTDescribeJobExecutionRequest
Swift
class AWSIoTDescribeJobExecutionRequest
-
A string (consisting of the digits “0” through “9” which is used to specify a particular job execution on a particular device.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable executionNumber;
Swift
var executionNumber: NSNumber? { 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 }
-
The name of the thing on which the job execution is running.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;
Swift
var thingName: String? { get set }