ListResolverEndpointsRequest

public struct ListResolverEndpointsRequest : AWSShape
extension Route53Resolver.ListResolverEndpointsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints. If you submit a second or subsequent ListResolverEndpoints request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.

    Declaration

    Swift

    public let filters: [Filter]?
  • The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints request. If you don’t specify a value for MaxResults, Resolver returns up to 100 Resolver endpoints.

    Declaration

    Swift

    public let maxResults: Int?
  • For the first ListResolverEndpoints request, omit this value. If you have more than MaxResults Resolver endpoints, you can submit another ListResolverEndpoints request to get the next group of Resolver endpoints. In the next request, specify the value of NextToken from the previous response.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filters: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws