ListTypedLinkFacetNamesRequest
public struct ListTypedLinkFacetNamesRequest : AWSShape
extension CloudDirectory.ListTypedLinkFacetNamesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
Declaration
Swift
public let schemaArn: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, schemaArn: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListTypedLinkFacetNamesRequest
View on GitHub
ListTypedLinkFacetNamesRequest Structure Reference