AWSIoTListDetectMitigationActionsTasksResponse

Objective-C

@interface AWSIoTListDetectMitigationActionsTasksResponse

Swift

class AWSIoTListDetectMitigationActionsTasksResponse
  • A token that can be used to retrieve 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 collection of ML Detect mitigation tasks that matched the filter criteria.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTDetectMitigationActionsTaskSummary *> *_Nullable tasks;

    Swift

    var tasks: [AWSIoTDetectMitigationActionsTaskSummary]? { get set }