clouddirectory_list_development_schema_arns: Retrieves each Amazon Resource Name (ARN) of schemas in the development
state
Description
Retrieves each Amazon Resource Name (ARN) of schemas in the development
state.
Usage
clouddirectory_list_development_schema_arns(NextToken, MaxResults)
Value
A list with the following syntax:
list(
SchemaArns = list(
"string"
),
NextToken = "string"
)
Arguments
- NextToken
The pagination token.
- MaxResults
The maximum number of results to retrieve.
Request syntax
svc$list_development_schema_arns(
NextToken = "string",
MaxResults = 123
)