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.
299 300 301 |
# File 'sig/types.rbs', line 299 def change_token @change_token end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def rule_group_id @rule_group_id end |