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

Class: Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request.

#next_tokenString

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.

Returns:

  • (String)

    For the first ListResolverEndpointIpAddresses request, omit this value.

#resolver_endpoint_idString

The ID of the Resolver endpoint that you want to get IP addresses for.

Returns:

  • (String)

    The ID of the Resolver endpoint that you want to get IP addresses for.