Class: Aws::WAFRegional::Types::ListRegexPatternSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListRegexPatternSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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 for `Limit` in the request, the response includes a `NextMarker` 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.
3200 3201 3202 3203 3204 3205 |
# File 'lib/aws-sdk-wafregional/types.rb', line 3200 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.
3200 3201 3202 3203 3204 3205 |
# File 'lib/aws-sdk-wafregional/types.rb', line 3200 class ListRegexPatternSetsResponse < Struct.new( :next_marker, :regex_pattern_sets) SENSITIVE = [] include Aws::Structure end |