Class: Aws::EC2::Types::MoveAddressToVpcResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id ⇒ String

The allocation ID for the Elastic IP address.

Returns:

  • (String)


70915
70916
70917
70918
70919
70920
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70915

class MoveAddressToVpcResult < Struct.new(
  :allocation_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the move of the IP address.

Returns:

  • (String)


70915
70916
70917
70918
70919
70920
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70915

class MoveAddressToVpcResult < Struct.new(
  :allocation_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end