Class: Aws::Types::CreateRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupResponse
- 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 ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
143 144 145 |
# File 'sig/types.rbs', line 143 def change_token @change_token end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
142 143 144 |
# File 'sig/types.rbs', line 142 def rule_group @rule_group end |