class Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesRequest

@note When making an API call, you may pass ListResolverEndpointIpAddressesRequest

data as a hash:

    {
      resolver_endpoint_id: "ResourceId", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] resolver_endpoint_id

The ID of the Resolver endpoint that you want to get IP addresses
for.
@return [String]

@!attribute [rw] max_results

The maximum number of IP addresses that you want to return in the
response to a `ListResolverEndpointIpAddresses` request. If you
don't specify a value for `MaxResults`, Resolver returns up to 100
IP addresses.
@return [Integer]

@!attribute [rw] next_token

For the first `ListResolverEndpointIpAddresses` request, omit this
value.

If the specified Resolver endpoint has more than `MaxResults` IP
addresses, you can submit another `ListResolverEndpointIpAddresses`
request to get the next group of IP addresses. In the next request,
specify the value of `NextToken` from the previous response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointIpAddressesRequest AWS API Documentation

Constants

SENSITIVE