Glue / Client / list_blueprints
list_blueprints#
- Glue.Client.list_blueprints(**kwargs)#
Lists all the blueprint names in an account.
See also: AWS API Documentation
Request Syntax
response = client.list_blueprints( NextToken='string', MaxResults=123, Tags={ 'string': 'string' } )
- Parameters:
NextToken (string) – A continuation token, if this is a continuation request.
MaxResults (integer) – The maximum size of a list to return.
Tags (dict) –
Filters the list by an Amazon Web Services resource tag.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'Blueprints': [ 'string', ], 'NextToken': 'string' }
Response Structure
(dict) –
Blueprints (list) –
List of names of blueprints in the account.
(string) –
NextToken (string) –
A continuation token, if not all blueprint names have been returned.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException