Class: Aws::EC2::Types::EnableAddressTransferResult

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

#address_transferTypes::AddressTransfer

An Elastic IP address transfer.



30760
30761
30762
30763
30764
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30760

class EnableAddressTransferResult < Struct.new(
  :address_transfer)
  SENSITIVE = []
  include Aws::Structure
end