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

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

Overview

AWS 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. AWS Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.

Returns:

  • (Integer)


2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-fms/types.rb', line 2480

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)


2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-fms/types.rb', line 2480

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)


2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-fms/types.rb', line 2480

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