Class: Aws::WAF::Types::ListRegexPatternSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListRegexPatternSetsResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
If you have more
RegexPatternSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. -
#regex_pattern_sets ⇒ Array<Types::RegexPatternSetSummary>
An array of RegexPatternSetSummary objects.
Instance Attribute Details
#next_marker ⇒ String
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.
3105 3106 3107 3108 3109 3110 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3105 class ListRegexPatternSetsResponse < Struct.new( :next_marker, :regex_pattern_sets) SENSITIVE = [] include Aws::Structure end |
#regex_pattern_sets ⇒ Array<Types::RegexPatternSetSummary>
An array of RegexPatternSetSummary objects.
3105 3106 3107 3108 3109 3110 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3105 class ListRegexPatternSetsResponse < Struct.new( :next_marker, :regex_pattern_sets) SENSITIVE = [] include Aws::Structure end |