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)


732
733
734
# File 'sig/types.rbs', line 732

def next_marker
  @next_marker
end

#regex_match_sets::Array[Types::RegexMatchSetSummary]

Returns the value of attribute regex_match_sets.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def regex_match_sets
  @regex_match_sets
end