Class: Aws::WAF::Types::ListIPSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListIPSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-waf/types.rb', line 2912 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.
2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-waf/types.rb', line 2912 class ListIPSetsResponse < Struct.new( :next_marker, :ip_sets) SENSITIVE = [] include Aws::Structure end |