Class: Aws::WAFRegional::Types::ListIPSetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_setsArray<Types::IPSetSummary>

An array of IPSetSummary objects.

Returns:



3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3007

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)


3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3007

class ListIPSetsResponse < Struct.new(
  :next_marker,
  :ip_sets)
  SENSITIVE = []
  include Aws::Structure
end