Class: Aws::WAFRegional::Types::ListGeoMatchSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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:



2964
2965
2966
2967
2968
2969
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2964

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)


2964
2965
2966
2967
2968
2969
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2964

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