View source: R/clouddirectory_operations.R
clouddirectory_list_applied_schema_arns | R Documentation |
Lists schema major versions applied to a directory. If SchemaArn
is provided, lists the minor version.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_applied_schema_arns/ for full documentation.
clouddirectory_list_applied_schema_arns(
DirectoryArn,
SchemaArn = NULL,
NextToken = NULL,
MaxResults = NULL
)
DirectoryArn |
[required] The ARN of the directory you are listing. |
SchemaArn |
The response for
|
NextToken |
The pagination token. |
MaxResults |
The maximum number of results to retrieve. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.