class Aws::Route53Resolver::Types::ListResolverEndpointsRequest
@note When making an API call, you may pass ListResolverEndpointsRequest
data as a hash: { max_results: 1, next_token: "NextToken", filters: [ { name: "FilterName", values: ["FilterValue"], }, ], }
@!attribute [rw] max_results
The maximum number of Resolver endpoints that you want to return in the response to a `ListResolverEndpoints` request. If you don't specify a value for `MaxResults`, Resolver returns up to 100 Resolver endpoints. @return [Integer]
@!attribute [rw] next_token
For the first `ListResolverEndpoints` request, omit this value. If you have more than `MaxResults` Resolver endpoints, you can submit another `ListResolverEndpoints` request to get the next group of Resolver endpoints. In the next request, specify the value of `NextToken` from the previous response. @return [String]
@!attribute [rw] filters
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints. <note markdown="1"> If you submit a second or subsequent `ListResolverEndpoints` request and specify the `NextToken` parameter, you must use the same values for `Filters`, if any, as in the previous request. </note> @return [Array<Types::Filter>]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointsRequest AWS API Documentation
Constants
- SENSITIVE