Class: Aws::WAFRegional::Types::ListIPSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListIPSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#ip_sets ⇒ Array<Types::IPSetSummary>
An array of IPSetSummary objects.
3007 3008 3009 3010 3011 3012 |
# File 'lib/aws-sdk-wafregional/types.rb', line 3007 class ListIPSetsResponse < Struct.new( :next_marker, :ip_sets) SENSITIVE = [] include Aws::Structure end |
#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.
3007 3008 3009 3010 3011 3012 |
# File 'lib/aws-sdk-wafregional/types.rb', line 3007 class ListIPSetsResponse < Struct.new( :next_marker, :ip_sets) SENSITIVE = [] include Aws::Structure end |