Class: Aws::Types::AwsWafRegionalRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRuleDetails
- 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.
-
#predicate_list ⇒ ::Array[Types::AwsWafRegionalRulePredicateListDetails]
Returns the value of attribute predicate_list.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4492 4493 4494 |
# File 'sig/types.rbs', line 4492 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def name @name end |
#predicate_list ⇒ ::Array[Types::AwsWafRegionalRulePredicateListDetails]
Returns the value of attribute predicate_list.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def predicate_list @predicate_list end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4495 4496 4497 |
# File 'sig/types.rbs', line 4495 def rule_id @rule_id end |