AWSIoTListAuditTasksResponse
Objective-C
@interface AWSIoTListAuditTasksResponse
Swift
class AWSIoTListAuditTasksResponse
-
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The audits that were performed during the specified time period.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTAuditTaskMetadata *> *_Nullable tasks;Swift
var tasks: [AWSIoTAuditTaskMetadata]? { get set }
View on GitHub
Install in Dash
AWSIoTListAuditTasksResponse Class Reference