Module: Aws::WAF::Client::_ListRegexMatchSetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRegexMatchSetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_marker ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def next_marker: () -> ::String
|
#regex_match_sets ⇒ ::Array[Types::RegexMatchSetSummary]
686 |
# File 'sig/client.rbs', line 686
def regex_match_sets: () -> ::Array[Types::RegexMatchSetSummary]
|