AWSIoTListThingRegistrationTaskReportsResponse
Objective-C
@interface AWSIoTListThingRegistrationTaskReportsResponse
Swift
class AWSIoTListThingRegistrationTaskReportsResponse
-
The token to use to get 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 } -
The type of task report.
Declaration
Objective-C
@property (nonatomic) AWSIoTReportType reportType;Swift
var reportType: AWSIoTReportType { get set } -
Links to the task resources.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable resourceLinks;Swift
var resourceLinks: [String]? { get set }
View on GitHub
Install in Dash
AWSIoTListThingRegistrationTaskReportsResponse Class Reference