ListTypedLinkFacetAttributesRequest

public struct ListTypedLinkFacetAttributesRequest : AWSShape
extension CloudDirectory.ListTypedLinkFacetAttributesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to retrieve.

    Declaration

    Swift

    public let maxResults: Int?
  • The unique name of the typed link facet.

    Declaration

    Swift

    public let name: String
  • 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, name: String, nextToken: String? = nil, schemaArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws