ListResolversByFunctionRequest

public struct ListResolversByFunctionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The API ID.

    Declaration

    Swift

    public let apiId: String
  • The Function ID.

    Declaration

    Swift

    public let functionId: String
  • The maximum number of results you want the request to return.

    Declaration

    Swift

    public let maxResults: Int?
  • An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws