Class: Aws::WAFRegional::Types::ListRegexMatchSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

If you have more RegexMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more RegexMatchSet objects, submit another ListRegexMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

Returns:

  • (String)


3151
3152
3153
3154
3155
3156
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3151

class ListRegexMatchSetsResponse < Struct.new(
  :next_marker,
  :regex_match_sets)
  SENSITIVE = []
  include Aws::Structure
end

#regex_match_setsArray<Types::RegexMatchSetSummary>

An array of RegexMatchSetSummary objects.

Returns:



3151
3152
3153
3154
3155
3156
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3151

class ListRegexMatchSetsResponse < Struct.new(
  :next_marker,
  :regex_match_sets)
  SENSITIVE = []
  include Aws::Structure
end