paws.security.identity (version 0.1.0)

clouddirectory_list_typed_link_facet_names: Returns a paginated list of TypedLink facet names for a particular schema

Description

Returns a paginated list of TypedLink facet names for a particular schema. For more information, see Typed Links.

Usage

clouddirectory_list_typed_link_facet_names(SchemaArn, NextToken,
  MaxResults)

Arguments

SchemaArn

[required] The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

NextToken

The pagination token.

MaxResults

The maximum number of results to retrieve.

Request syntax

svc$list_typed_link_facet_names(
  SchemaArn = "string",
  NextToken = "string",
  MaxResults = 123
)