Module: Aws::WAFV2::Client::_ListRegexPatternSetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRegexPatternSetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_marker ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def next_marker: () -> ::String
|
#regex_pattern_sets ⇒ ::Array[Types::RegexPatternSetSummary]
758 |
# File 'sig/client.rbs', line 758
def regex_pattern_sets: () -> ::Array[Types::RegexPatternSetSummary]
|