Class: Aws::Types::DeleteRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def change_token @change_token end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def rule_group_id @rule_group_id end |