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.
105 106 107 |
# File 'sig/types.rbs', line 105 def change_token @change_token end |
#rule ⇒ Types::RateBasedRule
Returns the value of attribute rule.
104 105 106 |
# File 'sig/types.rbs', line 104 def rule @rule end |