fms_list_protocols_lists: Returns an array of ProtocolsListDataSummary objects

View source: R/fms_operations.R

fms_list_protocols_listsR Documentation

Returns an array of ProtocolsListDataSummary objects

Description

Returns an array of ProtocolsListDataSummary objects.

See https://www.paws-r-sdk.com/docs/fms_list_protocols_lists/ for full documentation.

Usage

fms_list_protocols_lists(DefaultLists = NULL, NextToken = NULL, MaxResults)

Arguments

DefaultLists

Specifies whether the lists to retrieve are default lists owned by Firewall Manager.

NextToken

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

MaxResults

[required] The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don't specify this, Firewall Manager returns all available objects.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.