Class: Aws::Types::ListXssMatchSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListXssMatchSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#xss_match_sets ⇒ ::Array[Types::XssMatchSetSummary]
Returns the value of attribute xss_match_sets.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
852 853 854 |
# File 'sig/types.rbs', line 852 def next_marker @next_marker end |
#xss_match_sets ⇒ ::Array[Types::XssMatchSetSummary]
Returns the value of attribute xss_match_sets.
853 854 855 |
# File 'sig/types.rbs', line 853 def xss_match_sets @xss_match_sets end |