Class: Aws::EC2::Types::ResetAddressAttributeResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ResetAddressAttributeResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ Types::AddressAttribute 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the IP address. 
Instance Attribute Details
#address ⇒ Types::AddressAttribute
Information about the IP address.
| 67718 67719 67720 67721 67722 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67718 class ResetAddressAttributeResult < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |