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_idString

The allocation ID for the Elastic IP address.

Returns:

  • (String)


51214
51215
51216
51217
51218
51219
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51214

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

#statusString

The status of the move of the IP address.

Returns:

  • (String)


51214
51215
51216
51217
51218
51219
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51214

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