Class: Aws::Types::AwsWafRegionalRuleGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRuleGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
-
#rules ⇒ ::Array[Types::AwsWafRegionalRuleGroupRulesDetails]
Returns the value of attribute rules.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def rule_group_id @rule_group_id end |
#rules ⇒ ::Array[Types::AwsWafRegionalRuleGroupRulesDetails]
Returns the value of attribute rules.
4503 4504 4505 |
# File 'sig/types.rbs', line 4503 def rules @rules end |