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.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def change_token @change_token end |
#rate_limit ⇒ ::Integer
Returns the value of attribute rate_limit.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def rate_limit @rate_limit end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def rule_id @rule_id end |
#updates ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute updates.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def updates @updates end |