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.
59651 59652 59653 59654 59655 59656 |
# File 'lib/aws-sdk-ec2/types.rb', line 59651 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<String>
The settings for the keyword.
59651 59652 59653 59654 59655 59656 |
# File 'lib/aws-sdk-ec2/types.rb', line 59651 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |