Class: Aws::Types::RateBasedRule
- Inherits:
-
Object
- Object
- Aws::Types::RateBasedRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_predicates ⇒ ::Array[Types::Predicate]
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 ⇒ "IP"
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::Predicate]
Returns the value of attribute match_predicates.
856 857 858 |
# File 'sig/types.rbs', line 856 def match_predicates @match_predicates end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
855 856 857 |
# File 'sig/types.rbs', line 855 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
854 855 856 |
# File 'sig/types.rbs', line 854 def name @name end |
#rate_key ⇒ "IP"
Returns the value of attribute rate_key.
857 858 859 |
# File 'sig/types.rbs', line 857 def rate_key @rate_key end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
858 859 860 |
# File 'sig/types.rbs', line 858 def rate_limit @rate_limit end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
853 854 855 |
# File 'sig/types.rbs', line 853 def rule_id @rule_id end |