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.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def next_marker @next_marker end |
#rule_groups ⇒ ::Array[Types::RuleGroupSummary]
Returns the value of attribute rule_groups.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def rule_groups @rule_groups end |