Class: Aws::Types::ListRegexPatternSetsResponse

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)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def next_marker
  @next_marker
end

#regex_pattern_sets::Array[Types::RegexPatternSetSummary]

Returns the value of attribute regex_pattern_sets.

Returns:



1028
1029
1030
# File 'sig/types.rbs', line 1028

def regex_pattern_sets
  @regex_pattern_sets
end