Class: Aws::Types::GetRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
Instance Attribute Details
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
739 740 741 |
# File 'sig/types.rbs', line 739 def lock_token @lock_token end |
#rule_group ⇒ Types::RuleGroup
Returns the value of attribute rule_group.
738 739 740 |
# File 'sig/types.rbs', line 738 def rule_group @rule_group end |