Class: Aws::Types::StatefulRuleGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#overrideTypes::NetworkFirewallStatefulRuleGroupOverride

Returns the value of attribute override.



1149
1150
1151
# File 'sig/types.rbs', line 1149

def override
  @override
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def priority
  @priority
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def resource_id
  @resource_id
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def rule_group_name
  @rule_group_name
end