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.
814 815 816 |
# File 'sig/types.rbs', line 814 def next_marker @next_marker end |
#xss_match_sets ⇒ ::Array[Types::XssMatchSetSummary]
Returns the value of attribute xss_match_sets.
815 816 817 |
# File 'sig/types.rbs', line 815 def xss_match_sets @xss_match_sets end |