Class: Aws::EC2::Types::ModifyIpamScopeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyIpamScopeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam_scope  ⇒ Types::IpamScope 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The results of the modification.
 
Instance Attribute Details
#ipam_scope ⇒ Types::IpamScope
The results of the modification.
      52311 52312 52313 52314 52315  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 52311 class ModifyIpamScopeResult < Struct.new( :ipam_scope) SENSITIVE = [] include Aws::Structure end  |