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.
98 99 100 |
# File 'sig/types.rbs', line 98 def change_token @change_token end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
95 96 97 |
# File 'sig/types.rbs', line 95 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
94 95 96 |
# File 'sig/types.rbs', line 94 def name @name end |
#rate_key ⇒ "IP"
Returns the value of attribute rate_key.
96 97 98 |
# File 'sig/types.rbs', line 96 def rate_key @rate_key end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
97 98 99 |
# File 'sig/types.rbs', line 97 def rate_limit @rate_limit end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
99 100 101 |
# File 'sig/types.rbs', line 99 def @tags end |