Class: Aws::EC2::Types::RuleGroupRuleOptionsPair
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RuleGroupRuleOptionsPair
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the rule options for a stateful rule group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the rule group.
 - 
  
    
      #rule_options  ⇒ Array<Types::RuleOption> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule options.
 
Instance Attribute Details
#rule_group_arn ⇒ String
The ARN of the rule group.
      63894 63895 63896 63897 63898 63899  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63894 class RuleGroupRuleOptionsPair < Struct.new( :rule_group_arn, :rule_options) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_options ⇒ Array<Types::RuleOption>
The rule options.
      63894 63895 63896 63897 63898 63899  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63894 class RuleGroupRuleOptionsPair < Struct.new( :rule_group_arn, :rule_options) SENSITIVE = [] include Aws::Structure end  |