Class: Aws::EC2::Types::AcceptAddressTransferResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AcceptAddressTransferResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_transfer ⇒ Types::AddressTransfer
An Elastic IP address transfer.
Instance Attribute Details
#address_transfer ⇒ Types::AddressTransfer
An Elastic IP address transfer.
136 137 138 139 140 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 136 class AcceptAddressTransferResult < Struct.new( :address_transfer) SENSITIVE = [] include Aws::Structure end |