Class: Aws::EC2::Types::SecurityGroupRuleUpdate
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::SecurityGroupRuleUpdate
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an update to a security group rule.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #security_group_rule  ⇒ Types::SecurityGroupRuleRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the security group rule. 
- 
  
    
      #security_group_rule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the security group rule. 
Instance Attribute Details
#security_group_rule ⇒ Types::SecurityGroupRuleRequest
Information about the security group rule.
| 71455 71456 71457 71458 71459 71460 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71455 class SecurityGroupRuleUpdate < Struct.new( :security_group_rule_id, :security_group_rule) SENSITIVE = [] include Aws::Structure end | 
#security_group_rule_id ⇒ String
The ID of the security group rule.
| 71455 71456 71457 71458 71459 71460 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71455 class SecurityGroupRuleUpdate < Struct.new( :security_group_rule_id, :security_group_rule) SENSITIVE = [] include Aws::Structure end |