Class: Aws::EC2::Types::AuthorizeSecurityGroupEgressResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AuthorizeSecurityGroupEgressResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #return  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns ‘true` if the request succeeds; otherwise, returns an error.
 - 
  
    
      #security_group_rules  ⇒ Array<Types::SecurityGroupRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the outbound (egress) security group rules that were added.
 
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, returns an error.
      3545 3546 3547 3548 3549 3550  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3545 class AuthorizeSecurityGroupEgressResult < Struct.new( :return, :security_group_rules) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_rules ⇒ Array<Types::SecurityGroupRule>
Information about the outbound (egress) security group rules that were added.
      3545 3546 3547 3548 3549 3550  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3545 class AuthorizeSecurityGroupEgressResult < Struct.new( :return, :security_group_rules) SENSITIVE = [] include Aws::Structure end  |