Class: Aws::WAF::Types::ListRegexPatternSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

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

Returns:

  • (String)


3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-waf/types.rb', line 3105

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

#regex_pattern_setsArray<Types::RegexPatternSetSummary>

An array of RegexPatternSetSummary objects.

Returns:



3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-waf/types.rb', line 3105

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