Class: Aws::Types::UpdateRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_group_response ⇒ Types::RuleGroupResponse
Returns the value of attribute rule_group_response.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#rule_group_response ⇒ Types::RuleGroupResponse
Returns the value of attribute rule_group_response.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def rule_group_response @rule_group_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def update_token @update_token end |