Class: Aws::EC2::Types::MoveAddressToVpcResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of MoveAddressToVpc.

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The allocation ID for the Elastic IP address.

Returns:

  • (String)


17197
17198
17199
17200
17201
# File 'lib/aws-sdk-ec2/types.rb', line 17197

class MoveAddressToVpcResult < Struct.new(
  :allocation_id,
  :status)
  include Aws::Structure
end

#statusString

The status of the move of the IP address.

Returns:

  • (String)


17197
17198
17199
17200
17201
# File 'lib/aws-sdk-ec2/types.rb', line 17197

class MoveAddressToVpcResult < Struct.new(
  :allocation_id,
  :status)
  include Aws::Structure
end