Module: Aws::WAF::Client::_ListXssMatchSetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListXssMatchSetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_marker ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def next_marker: () -> ::String
|
#xss_match_sets ⇒ ::Array[Types::XssMatchSetSummary]
795 |
# File 'sig/client.rbs', line 795
def xss_match_sets: () -> ::Array[Types::XssMatchSetSummary]
|