Class: Aws::Types::ListXssMatchSetsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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.

Returns:



853
854
855
# File 'sig/types.rbs', line 853

def xss_match_sets
  @xss_match_sets
end