Class: Aws::EC2::Types::ReleaseIpamPoolAllocationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ReleaseIpamPoolAllocationResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #success  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates if the release was successful. 
Instance Attribute Details
#success ⇒ Boolean
Indicates if the release was successful.
| 65699 65700 65701 65702 65703 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65699 class ReleaseIpamPoolAllocationResult < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |