Class: Aws::Types::ListRuleGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_groups ⇒ ::Array[Types::RuleGroupMetadata]
Returns the value of attribute rule_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def next_token @next_token end |
#rule_groups ⇒ ::Array[Types::RuleGroupMetadata]
Returns the value of attribute rule_groups.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def rule_groups @rule_groups end |