Description Usage Arguments Value Request syntax
View source: R/clouddirectory_operations.R
Retrieves the names of facets that exist in a schema.
1 | clouddirectory_list_facet_names(SchemaArn, NextToken, MaxResults)
|
SchemaArn |
[required] The Amazon Resource Name (ARN) to retrieve facet names from. |
NextToken |
The pagination token. |
MaxResults |
The maximum number of results to retrieve. |
A list with the following syntax:
1 2 3 4 5 6 |
1 2 3 4 5 | svc$list_facet_names(
SchemaArn = "string",
NextToken = "string",
MaxResults = 123
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.