You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FMS::Types::ListPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListPoliciesRequest
- Defined in:
- (unknown)
Overview
When passing ListPoliciesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "PaginationToken",
max_results: 1,
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the number of
PolicySummaryobjects that you want AWS Firewall Manager to return for this request. -
#next_token ⇒ String
If you specify a value for
MaxResultsand you have morePolicySummaryobjects than the number that you specify forMaxResults, AWS Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicySummaryobjects.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the number of PolicySummary objects that you want AWS
Firewall Manager to return for this request. If you have more
PolicySummary objects than the number that you specify for
MaxResults, the response includes a NextToken value that you can use
to get another batch of PolicySummary objects.
#next_token ⇒ String
If you specify a value for MaxResults and you have more
PolicySummary objects than the number that you specify for
MaxResults, AWS Firewall Manager returns a NextToken value in the
response that allows you to list another group of PolicySummary
objects. For the second and subsequent ListPolicies requests, specify
the value of NextToken from the previous response to get information
about another batch of PolicySummary objects.