Class: Aws::EC2::Types::MovingAddressStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MovingAddressStatus
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the status of a moving Elastic IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#move_status ⇒ String
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
-
#public_ip ⇒ String
The Elastic IP address.
Instance Attribute Details
#move_status ⇒ String
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
52313 52314 52315 52316 52317 52318 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52313 class MovingAddressStatus < Struct.new( :move_status, :public_ip) SENSITIVE = [] include Aws::Structure end |
#public_ip ⇒ String
The Elastic IP address.
52313 52314 52315 52316 52317 52318 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52313 class MovingAddressStatus < Struct.new( :move_status, :public_ip) SENSITIVE = [] include Aws::Structure end |