You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::ListIPSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListIPSetsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#ip_sets ⇒ Array<Types::IPSetSummary>
An array of IPSetSummary objects.
-
#next_marker ⇒ String
To list more
IPSet
objects, submit anotherListIPSets
request, and in the next request use theNextMarker
response value as theNextMarker
value.
Instance Attribute Details
#ip_sets ⇒ Array<Types::IPSetSummary>
An array of IPSetSummary objects.
#next_marker ⇒ String
To list more IPSet
objects, submit another ListIPSets
request, and
in the next request use the NextMarker
response value as the
NextMarker
value.