Class: Aws::Types::UpdateRateBasedRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRateBasedRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#updates ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def change_token @change_token end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def rate_limit @rate_limit end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def rule_id @rule_id end |
#updates ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute updates.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def updates @updates end |