CloudDirectory / Client / list_typed_link_facet_names
list_typed_link_facet_names#
- CloudDirectory.Client.list_typed_link_facet_names(**kwargs)#
Returns a paginated list of
TypedLink
facet names for a particular schema. For more information, see Typed Links.See also: AWS API Documentation
Request Syntax
response = client.list_typed_link_facet_names( SchemaArn='string', NextToken='string', MaxResults=123 )
- Parameters:
SchemaArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
NextToken (string) – The pagination token.
MaxResults (integer) – The maximum number of results to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'FacetNames': [ 'string', ], 'NextToken': 'string' }
Response Structure
(dict) –
FacetNames (list) –
The names of typed link facets that exist within the schema.
(string) –
NextToken (string) –
The pagination token.
Exceptions