AWSIoTCreateMitigationActionResponse

Objective-C

@interface AWSIoTCreateMitigationActionResponse

Swift

class AWSIoTCreateMitigationActionResponse
  • The ARN for the new mitigation action.

    Declaration

    Objective-C

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

    Swift

    var actionArn: String? { get set }
  • A unique identifier for the new mitigation action.

    Declaration

    Objective-C

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

    Swift

    var actionId: String? { get set }