Class: Aws::EC2::Types::DisableAddressTransferResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisableAddressTransferResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      30838 30839 30840 30841 30842  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 30838 class DisableAddressTransferResult < Struct.new( :address_transfer) SENSITIVE = [] include Aws::Structure end  |