Class: Aws::WAFRegional::Types::ListWebACLsResponse

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

#next_markerString

If you have more ‘WebACL` objects than the number that you specified for `Limit` in the request, the response includes a `NextMarker` value. To list more `WebACL` objects, submit another `ListWebACLs` request, and specify the `NextMarker` value from the response in the `NextMarker` value in the next request.

Returns:

  • (String)


3557
3558
3559
3560
3561
3562
# File 'lib/aws-sdk-wafregional/types.rb', line 3557

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

#web_aclsArray<Types::WebACLSummary>

An array of WebACLSummary objects.

Returns:



3557
3558
3559
3560
3561
3562
# File 'lib/aws-sdk-wafregional/types.rb', line 3557

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