Class: Aws::EC2::Types::RuleGroupTypePair
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RuleGroupTypePair
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the type of a stateful rule group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the rule group.
 - 
  
    
      #rule_group_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule group type.
 
Instance Attribute Details
#rule_group_arn ⇒ String
The ARN of the rule group.
      63914 63915 63916 63917 63918 63919  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63914 class RuleGroupTypePair < Struct.new( :rule_group_arn, :rule_group_type) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_group_type ⇒ String
The rule group type. The possible values are ‘Domain List` and `Suricata`.
      63914 63915 63916 63917 63918 63919  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63914 class RuleGroupTypePair < Struct.new( :rule_group_arn, :rule_group_type) SENSITIVE = [] include Aws::Structure end  |