AWSIoTListAuditMitigationActionsTasksResponse
Objective-C
@interface AWSIoTListAuditMitigationActionsTasksResponse
Swift
class AWSIoTListAuditMitigationActionsTasksResponse
-
The token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The collection of audit mitigation tasks that matched the filter criteria.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTAuditMitigationActionsTaskMetadata *> *_Nullable tasks;Swift
var tasks: [AWSIoTAuditMitigationActionsTaskMetadata]? { get set }
View on GitHub
Install in Dash
AWSIoTListAuditMitigationActionsTasksResponse Class Reference