Class: Aws::FMS::Types::StatelessRuleGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.

Returns:

  • (Integer)


4749
4750
4751
4752
4753
4754
4755
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4749

class StatelessRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID of the rule group.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4749

class StatelessRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_nameString

The name of the rule group.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4749

class StatelessRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end