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.
63159 63160 63161 63162 63163 63164 |
# File 'lib/aws-sdk-ec2/types.rb', line 63159 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<String>
The settings for the keyword.
63159 63160 63161 63162 63163 63164 |
# File 'lib/aws-sdk-ec2/types.rb', line 63159 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |