Class: Aws::Types::StatelessRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::StatelessRuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def priority @priority end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def resource_id @resource_id end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def rule_group_name @rule_group_name end |