Class: Aws::NetworkFirewall::Types::RuleOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RuleOption
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Note:
When making an API call, you may pass RuleOption data as a hash:
{
keyword: "Keyword", # required
settings: ["Setting"],
}
Additional settings for a stateful rule. This is part of the StatefulRule configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#keyword ⇒ String
3557 3558 3559 3560 3561 3562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3557 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<String>
3557 3558 3559 3560 3561 3562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3557 class RuleOption < Struct.new( :keyword, :settings) SENSITIVE = [] include Aws::Structure end |