List Development Schema Arns
clouddirectory_list_development_schema_arns | R Documentation |
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)
Arguments¶
NextToken |
The pagination token. |
MaxResults |
The maximum number of results to retrieve. |
Value¶
A list with the following syntax:
list(
SchemaArns = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_development_schema_arns(
NextToken = "string",
MaxResults = 123
)