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