Class: Aws::Types::ListRegexMatchSetsResponse

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)


705
706
707
# File 'sig/types.rbs', line 705

def next_marker
  @next_marker
end

#regex_match_sets::Array[Types::RegexMatchSetSummary]

Returns the value of attribute regex_match_sets.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def regex_match_sets
  @regex_match_sets
end