CloudDirectory / Client / list_development_schema_arns
list_development_schema_arns#
- CloudDirectory.Client.list_development_schema_arns(**kwargs)#
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
See also: AWS API Documentation
Request Syntax
response = client.list_development_schema_arns( NextToken='string', MaxResults=123 )
- Parameters:
NextToken (string) – The pagination token.
MaxResults (integer) – The maximum number of results to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'SchemaArns': [ 'string', ], 'NextToken': 'string' }
Response Structure
(dict) –
SchemaArns (list) –
The ARNs of retrieved development schemas.
(string) –
NextToken (string) –
The pagination token.
Exceptions