Class: Aws::WAF::Types::ListIPSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_setsArray<Types::IPSetSummary>

An array of IPSetSummary objects.

Returns:



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_markerString

To list more ‘IPSet` objects, submit another `ListIPSets` request, and in the next request use the `NextMarker` response value as the `NextMarker` value.

Returns:

  • (String)


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