Class: Aws::SecurityHub::Types::FirewallPolicyStatelessRuleGroupReferencesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::FirewallPolicyStatelessRuleGroupReferencesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A stateless rule group that is used by the firewall policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
The order in which to run the stateless rule group.
-
#resource_arn ⇒ String
The ARN of the stateless rule group.
Instance Attribute Details
#priority ⇒ Integer
The order in which to run the stateless rule group.
25168 25169 25170 25171 25172 25173 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25168 class FirewallPolicyStatelessRuleGroupReferencesDetails < Struct.new( :priority, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the stateless rule group.
25168 25169 25170 25171 25172 25173 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25168 class FirewallPolicyStatelessRuleGroupReferencesDetails < Struct.new( :priority, :resource_arn) SENSITIVE = [] include Aws::Structure end |