Class: Aws::WAFRegional::Types::ListIPSetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifies the number of ‘IPSet` objects that you want AWS WAF to return for this request. If you have more `IPSet` objects than the number you specify for `Limit`, the response includes a `NextMarker` value that you can use to get another batch of `IPSet` objects.

Returns:

  • (Integer)


2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-wafregional/types.rb', line 2988

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

#next_markerString

AWS WAF returns a ‘NextMarker` value in the response that allows you to list another group of `IPSets`. For the second and subsequent `ListIPSets` requests, specify the value of `NextMarker` from the previous response to get information about another batch of `IPSets`.

Returns:

  • (String)


2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-wafregional/types.rb', line 2988

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