You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#ip_addresses ⇒ Array<Types::IpAddressResponse>
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
-
#max_results ⇒ Integer
The value that you specified for
MaxResultsin the request. -
#next_token ⇒ String
If the specified endpoint has more than
MaxResultsIP addresses, you can submit anotherListResolverEndpointIpAddressesrequest to get the next group of IP addresses.
Instance Attribute Details
#ip_addresses ⇒ Array<Types::IpAddressResponse>
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
#max_results ⇒ Integer
The value that you specified for MaxResults in the request.
#next_token ⇒ String
If the specified 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.