Class: Aws::EC2::Types::MovingAddressStatus

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

Overview

Describes the status of a moving Elastic IP address.

Instance Attribute Summary collapse

Instance Attribute Details

#move_statusString

The status of the Elastic IP address that’s being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

Returns:

  • (String)


27100
27101
27102
27103
27104
# File 'lib/aws-sdk-ec2/types.rb', line 27100

class MovingAddressStatus < Struct.new(
  :move_status,
  :public_ip)
  include Aws::Structure
end

#public_ipString

The Elastic IP address.

Returns:

  • (String)


27100
27101
27102
27103
27104
# File 'lib/aws-sdk-ec2/types.rb', line 27100

class MovingAddressStatus < Struct.new(
  :move_status,
  :public_ip)
  include Aws::Structure
end