Class: Aws::WAFRegional::Types::ListGeoMatchSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListGeoMatchSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geo_match_sets ⇒ Array<Types::GeoMatchSetSummary>
An array of GeoMatchSetSummary objects.
-
#next_marker ⇒ String
If you have more ‘GeoMatchSet` objects than the number that you specified for `Limit` in the request, the response includes a `NextMarker` value.
Instance Attribute Details
#geo_match_sets ⇒ Array<Types::GeoMatchSetSummary>
An array of GeoMatchSetSummary objects.
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2964 class ListGeoMatchSetsResponse < Struct.new( :next_marker, :geo_match_sets) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If you have more ‘GeoMatchSet` objects than the number that you specified for `Limit` in the request, the response includes a `NextMarker` value. To list more `GeoMatchSet` objects, submit another `ListGeoMatchSets` request, and specify the `NextMarker` value from the response in the `NextMarker` value in the next request.
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2964 class ListGeoMatchSetsResponse < Struct.new( :next_marker, :geo_match_sets) SENSITIVE = [] include Aws::Structure end |