Class: Aws::WAF::Types::ListGeoMatchSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListGeoMatchSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
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_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.
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 |