AWSIoTListJobsResponse
Objective-C
@interface AWSIoTListJobsResponse
Swift
class AWSIoTListJobsResponse
-
A list of jobs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTJobSummary *> *_Nullable jobs;
Swift
var jobs: [AWSIoTJobSummary]? { get set }
-
The token for the next set of results, or null if there are no additional results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }