Class: Aws::WAF::Types::ListGeoMatchSetsResponse

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

#geo_match_setsArray<Types::GeoMatchSetSummary>

An array of GeoMatchSetSummary objects.

Returns:



2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-waf/types.rb', line 2869

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

#next_markerString

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.

Returns:

  • (String)


2869
2870
2871
2872
2873
2874
# File 'lib/aws-sdk-waf/types.rb', line 2869

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