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

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

Overview

This action is deprecated.

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)


51280
51281
51282
51283
51284
51285
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51280

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

#public_ipString

The Elastic IP address.

Returns:

  • (String)


51280
51281
51282
51283
51284
51285
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51280

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