Class: Aws::EC2::Types::MoveAddressToVpcResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MoveAddressToVpcResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_id ⇒ String
The allocation ID for the Elastic IP address.
-
#status ⇒ String
The status of the move of the IP address.
Instance Attribute Details
#allocation_id ⇒ String
The allocation ID for the Elastic IP address.
55335 55336 55337 55338 55339 55340 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55335 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the move of the IP address.
55335 55336 55337 55338 55339 55340 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55335 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |