Class: Aws::Types::ListRuleGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#rule_groups ⇒ ::Array[Types::RuleGroupSummary]
Returns the value of attribute rule_groups.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
767 768 769 |
# File 'sig/types.rbs', line 767 def next_marker @next_marker end |
#rule_groups ⇒ ::Array[Types::RuleGroupSummary]
Returns the value of attribute rule_groups.
768 769 770 |
# File 'sig/types.rbs', line 768 def rule_groups @rule_groups end |