ListResolverEndpointIpAddressesRequest

public struct ListResolverEndpointIpAddressesRequest : AWSShape
extension Route53Resolver.ListResolverEndpointIpAddressesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the Resolver endpoint that you want to get IP addresses for.

    Declaration

    Swift

    public let resolverEndpointId: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, resolverEndpointId: String)
  • Declaration

    Swift

    public func validate(name: String) throws