Class: Aws::EC2::Types::RuleOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RuleOption
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes additional settings for a stateful rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #keyword  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Suricata keyword.
 - 
  
    
      #settings  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings for the keyword.
 
Instance Attribute Details
#keyword ⇒ String
The Suricata keyword.
      63933 63934 63935 63936 63937 63938  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63933 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end  | 
  
#settings ⇒ Array<String>
The settings for the keyword.
      63933 63934 63935 63936 63937 63938  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63933 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end  |