AWSEC2MoveAddressToVpcResult

Objective-C

@interface AWSEC2MoveAddressToVpcResult

Swift

class AWSEC2MoveAddressToVpcResult
  • The allocation ID for the Elastic IP address.

    Declaration

    Objective-C

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

    Swift

    var allocationId: String? { get set }
  • The status of the move of the IP address.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2Status status;

    Swift

    var status: AWSEC2Status { get set }