Class: Aws::NetworkFirewall::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RuleSummary
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
A complex type containing details about a Suricata rule. Contains:
SIDMsgMetadata
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
-
#metadata ⇒ String
The contents of the rule's metadata.
-
#msg ⇒ String
The contents taken from the rule's msg field.
-
#sid ⇒ String
The unique identifier (Signature ID) of the Suricata rule.
Instance Attribute Details
#metadata ⇒ String
The contents of the rule's metadata.
6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6745 class RuleSummary < Struct.new( :sid, :msg, :metadata) SENSITIVE = [] include Aws::Structure end |
#msg ⇒ String
The contents taken from the rule's msg field.
6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6745 class RuleSummary < Struct.new( :sid, :msg, :metadata) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ String
The unique identifier (Signature ID) of the Suricata rule.
6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6745 class RuleSummary < Struct.new( :sid, :msg, :metadata) SENSITIVE = [] include Aws::Structure end |