Class: Aws::EC2::Types::ModifyIpamScopeResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyIpamScopeResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 57592 57593 57594 57595 57596 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57592 class ModifyIpamScopeResult < Struct.new( :ipam_scope) SENSITIVE = [] include Aws::Structure end |