Class: Aws::EC2::Types::ModifyAddressAttributeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyAddressAttributeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ Types::AddressAttribute 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Elastic IP address.
 
Instance Attribute Details
#address ⇒ Types::AddressAttribute
Information about the Elastic IP address.
      50350 50351 50352 50353 50354  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50350 class ModifyAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end  |