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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The allocation ID for the Elastic IP address.

Returns:

  • (String)


26853
26854
26855
26856
26857
# File 'lib/aws-sdk-ec2/types.rb', line 26853

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

#statusString

The status of the move of the IP address.

Returns:

  • (String)


26853
26854
26855
26856
26857
# File 'lib/aws-sdk-ec2/types.rb', line 26853

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