Class: Aws::EC2::Types::ModifyIpamPoolResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyIpamPoolResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #ipam_pool  ⇒ Types::IpamPool 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The results of the modification. 
Instance Attribute Details
#ipam_pool ⇒ Types::IpamPool
The results of the modification.
| 58473 58474 58475 58476 58477 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58473 class ModifyIpamPoolResult < Struct.new( :ipam_pool) SENSITIVE = [] include Aws::Structure end |