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)


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.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def xss_match_sets
  @xss_match_sets
end