Class: Aws::EC2::Types::SecurityGroupRuleDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SecurityGroupRuleDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the description of a security group rule.
You can use this when you want to update the security group rule description for either an inbound or outbound rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the security group rule.
 - 
  
    
      #security_group_rule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security group rule.
 
Instance Attribute Details
#description ⇒ String
The description of the security group rule.
      65646 65647 65648 65649 65650 65651  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65646 class SecurityGroupRuleDescription < Struct.new( :security_group_rule_id, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_rule_id ⇒ String
The ID of the security group rule.
      65646 65647 65648 65649 65650 65651  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65646 class SecurityGroupRuleDescription < Struct.new( :security_group_rule_id, :description) SENSITIVE = [] include Aws::Structure end  |