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.
134 135 136 |
# File 'sig/types.rbs', line 134 def change_token @change_token end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
133 134 135 |
# File 'sig/types.rbs', line 133 def rule_group @rule_group end |