clouddirectory_list_published_schema_arns {paws.security.identity} | R Documentation |
Lists the major version families of each published schema
Description
Lists the major version families of each published schema. If a major version ARN is provided as SchemaArn
, the minor version revisions in that family are listed instead.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_published_schema_arns/ for full documentation.
Usage
clouddirectory_list_published_schema_arns(
SchemaArn = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
SchemaArn |
The response for
|
NextToken |
The pagination token. |
MaxResults |
The maximum number of results to retrieve. |
[Package paws.security.identity version 0.9.0 Index]