Class: Aws::Types::ListSubscribedRuleGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscribedRuleGroupsResponse
- 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::SubscribedRuleGroupSummary]
Returns the value of attribute rule_groups.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
815 816 817 |
# File 'sig/types.rbs', line 815 def next_marker @next_marker end |
#rule_groups ⇒ ::Array[Types::SubscribedRuleGroupSummary]
Returns the value of attribute rule_groups.
816 817 818 |
# File 'sig/types.rbs', line 816 def rule_groups @rule_groups end |