Class: Aws::EC2::Types::RuleOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RuleOption
- Defined in:
- gems/aws-sdk-ec2/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.
76425 76426 76427 76428 76429 76430 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76425 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<String>
The settings for the keyword.
76425 76426 76427 76428 76429 76430 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76425 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |