Class: Aws::Types::FirewallPolicyStatelessRuleGroupReferencesDetails
- Inherits:
-
Object
- Object
- Aws::Types::FirewallPolicyStatelessRuleGroupReferencesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
5821 5822 5823 |
# File 'sig/types.rbs', line 5821 def priority @priority end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
5822 5823 5824 |
# File 'sig/types.rbs', line 5822 def resource_arn @resource_arn end |