Class: Aws::Types::CreateRateBasedRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRateBasedRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
89 90 91 |
# File 'sig/types.rbs', line 89 def change_token @change_token end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#rate_key ⇒ "IP"
Returns the value of attribute rate_key.
87 88 89 |
# File 'sig/types.rbs', line 87 def rate_key @rate_key end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
88 89 90 |
# File 'sig/types.rbs', line 88 def rate_limit @rate_limit end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |