clouddirectory_list_applied_schema_arns: Lists schema major versions applied to a directory

View source: R/clouddirectory_operations.R

clouddirectory_list_applied_schema_arnsR Documentation

Lists schema major versions applied to a directory

Description

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.

Usage

clouddirectory_list_applied_schema_arns(
  DirectoryArn,
  SchemaArn = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DirectoryArn

[required] The ARN of the directory you are listing.

SchemaArn

The response for list_applied_schema_arns when this parameter is used will list all minor version ARNs for a major version.

NextToken

The pagination token.

MaxResults

The maximum number of results to retrieve.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.