ListResolverEndpointIpAddressesResponse
public struct ListResolverEndpointIpAddressesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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).
Declaration
Swift
public let ipAddresses: [IpAddressResponse]?
-
The value that you specified for MaxResults in the request.
Declaration
Swift
public let maxResults: Int?
-
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.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(ipAddresses: [IpAddressResponse]? = nil, maxResults: Int? = nil, nextToken: String? = nil)