GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::FMS::ListAppsLists(3) User Contributed Perl Documentation Paws::FMS::ListAppsLists(3)

Paws::FMS::ListAppsLists - Arguments for method ListAppsLists on Paws::FMS

This class represents the parameters used for calling the method ListAppsLists on the Firewall Management Service service. Use the attributes of this class as arguments to method ListAppsLists.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListAppsLists.

    my $fms = Paws->service('FMS');
    my $ListAppsListsResponse = $fms->ListAppsLists(
      MaxResults   => 1,
      DefaultLists => 1,                      # OPTIONAL
      NextToken    => 'MyPaginationToken',    # OPTIONAL
    );
    # Results:
    my $AppsLists = $ListAppsListsResponse->AppsLists;
    my $NextToken = $ListAppsListsResponse->NextToken;
    # Returns a L<Paws::FMS::ListAppsListsResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/fms/ListAppsLists>

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

REQUIRED MaxResults => Int

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.

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.

This class forms part of Paws, documenting arguments for method ListAppsLists in Paws::FMS

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.