AWSIoTCancelJobResponse
Objective-C
@interface AWSIoTCancelJobResponse
Swift
class AWSIoTCancelJobResponse
-
A short text description of the job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The job ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobArn;Swift
var jobArn: String? { 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
AWSIoTCancelJobResponse Class Reference