Class: Aws::EC2::Types::MoveAddressToVpcResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MoveAddressToVpcResult
- Includes:
- Structure
- Defined in:
- 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.
52102 52103 52104 52105 52106 52107 |
# File 'lib/aws-sdk-ec2/types.rb', line 52102 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the move of the IP address.
52102 52103 52104 52105 52106 52107 |
# File 'lib/aws-sdk-ec2/types.rb', line 52102 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |