Class: Aws::Types::DescribeRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
-
#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 ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
720 721 722 |
# File 'sig/types.rbs', line 720 def rule_group @rule_group end |
#rule_group_response ⇒ Types::RuleGroupResponse
Returns the value of attribute rule_group_response.
721 722 723 |
# File 'sig/types.rbs', line 721 def rule_group_response @rule_group_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
719 720 721 |
# File 'sig/types.rbs', line 719 def update_token @update_token end |