You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::ListProtocolsListsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListProtocolsListsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  default_lists: false,
  next_token: "PaginationToken",
  max_results: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#default_listsBoolean

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

Returns:

  • (Boolean)

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

#max_resultsInteger

The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are available, in the response, AWS 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, AWS Firewall Manager returns all available objects.

Returns:

  • (Integer)

    The maximum number of objects that you want AWS Firewall Manager to return for this request.

#next_tokenString

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS 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.

Returns:

  • (String)

    If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS Firewall Manager returns this token in the response.