Class: Aws::Types::AwsWafRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRuleDetails
- 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::AwsWafRulePredicateListDetails]
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.
4556 4557 4558 |
# File 'sig/types.rbs', line 4556 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def name @name end |
#predicate_list ⇒ ::Array[Types::AwsWafRulePredicateListDetails]
Returns the value of attribute predicate_list.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def predicate_list @predicate_list end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def rule_id @rule_id end |