Class: Aws::WAFRegional::Types::ListRegexMatchSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListRegexMatchSetsResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
If you have more
RegexMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. -
#regex_match_sets ⇒ Array<Types::RegexMatchSetSummary>
An array of RegexMatchSetSummary objects.
Instance Attribute Details
#next_marker ⇒ String
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.
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_sets ⇒ Array<Types::RegexMatchSetSummary>
An array of RegexMatchSetSummary objects.
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 |