Class: Aws::Types::AwsWafRateBasedRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRateBasedRuleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_predicates ⇒ ::Array[Types::AwsWafRateBasedRuleMatchPredicate]
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::AwsWafRateBasedRuleMatchPredicate]
Returns the value of attribute match_predicates.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def match_predicates @match_predicates end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4458 4459 4460 |
# File 'sig/types.rbs', line 4458 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4459 4460 4461 |
# File 'sig/types.rbs', line 4459 def name @name end |
#rate_key ⇒ ::String
Returns the value of attribute rate_key.
4460 4461 4462 |
# File 'sig/types.rbs', line 4460 def rate_key @rate_key end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def rate_limit @rate_limit end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def rule_id @rule_id end |