AWSIoTListMitigationActionsResponse

Objective-C

@interface AWSIoTListMitigationActionsResponse

Swift

class AWSIoTListMitigationActionsResponse
  • A set of actions that matched the specified filter criteria.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTMitigationActionIdentifier *> *_Nullable actionIdentifiers;

    Swift

    var actionIdentifiers: [AWSIoTMitigationActionIdentifier]? { get set }
  • The token for the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }