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'
}
)
Filters the list by an Amazon Web Services resource tag.
dict
Response Syntax
{
'Blueprints': [
'string',
],
'NextToken': 'string'
}
Response Structure
(dict) --
Blueprints (list) --
List of names of blueprints in the account.
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