Class: Aws::Types::DeleteRateBasedRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRateBasedRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
275 276 277 |
# File 'sig/types.rbs', line 275 def change_token @change_token end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def rule_id @rule_id end |