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
- Struct
- Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesRequest
- Defined in:
- (unknown)
Overview
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
-
#max_results ⇒ Integer
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses
request. -
#next_token ⇒ String
For the first
ListResolverEndpointIpAddresses
request, omit this value. -
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to get IP addresses for.
Instance Attribute Details
#max_results ⇒ Integer
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.
#next_token ⇒ String
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.
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to get IP addresses for.