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.
55116 55117 55118 55119 55120 55121 |
# File 'lib/aws-sdk-ec2/types.rb', line 55116 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the move of the IP address.
55116 55117 55118 55119 55120 55121 |
# File 'lib/aws-sdk-ec2/types.rb', line 55116 class MoveAddressToVpcResult < Struct.new( :allocation_id, :status) SENSITIVE = [] include Aws::Structure end |