Class: Aws::NetworkFirewall::Types::SummaryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::SummaryConfiguration
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
A complex type that specifies which Suricata rule metadata fields to use when displaying threat information. Contains:
RuleOptions
- The Suricata rule options fields to extract and display
^
These settings affect how threat information appears in both the console and API responses. Summaries are available for rule groups you manage and for active threat defense Amazon Web Services managed rule groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_options ⇒ Array<String>
Specifies the selected rule options returned by DescribeRuleGroupSummary.
Instance Attribute Details
#rule_options ⇒ Array<String>
Specifies the selected rule options returned by DescribeRuleGroupSummary.
5974 5975 5976 5977 5978 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5974 class SummaryConfiguration < Struct.new( :rule_options) SENSITIVE = [] include Aws::Structure end |