Class: Aws::Types::CreateRateBasedRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRateBasedRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule ⇒ Types::RateBasedRule
Returns the value of attribute rule.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
96 97 98 |
# File 'sig/types.rbs', line 96 def change_token @change_token end |
#rule ⇒ Types::RateBasedRule
Returns the value of attribute rule.
95 96 97 |
# File 'sig/types.rbs', line 95 def rule @rule end |