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

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

Overview

<note markdown=“1”> This action is deprecated.

</note>

Describes the status of a moving Elastic IP address.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#move_statusString

The status of the Elastic IP address that’s being moved or restored.

Returns:

  • (String)


51411
51412
51413
51414
51415
51416
# File 'lib/aws-sdk-ec2/types.rb', line 51411

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

#public_ipString

The Elastic IP address.

Returns:

  • (String)


51411
51412
51413
51414
51415
51416
# File 'lib/aws-sdk-ec2/types.rb', line 51411

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