Class: Aws::Types::AwsWafRegionalRateBasedRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRateBasedRuleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_predicates ⇒ ::Array[Types::AwsWafRegionalRateBasedRuleMatchPredicate]
Returns the value of attribute match_predicates.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rate_key ⇒ ::String
Returns the value of attribute rate_key.
-
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#match_predicates ⇒ ::Array[Types::AwsWafRegionalRateBasedRuleMatchPredicate]
Returns the value of attribute match_predicates.
4480 4481 4482 |
# File 'sig/types.rbs', line 4480 def match_predicates @match_predicates end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4475 4476 4477 |
# File 'sig/types.rbs', line 4475 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4476 4477 4478 |
# File 'sig/types.rbs', line 4476 def name @name end |
#rate_key ⇒ ::String
Returns the value of attribute rate_key.
4477 4478 4479 |
# File 'sig/types.rbs', line 4477 def rate_key @rate_key end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
4478 4479 4480 |
# File 'sig/types.rbs', line 4478 def rate_limit @rate_limit end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4479 4480 4481 |
# File 'sig/types.rbs', line 4479 def rule_id @rule_id end |