Class: Aws::Types::AwsWafRuleGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRuleGroupDetails
- 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::AwsWafRuleGroupRulesDetails]
Returns the value of attribute rules.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def name @name end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def rule_group_id @rule_group_id end |
#rules ⇒ ::Array[Types::AwsWafRuleGroupRulesDetails]
Returns the value of attribute rules.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def rules @rules end |