Glue / Client / list_glossaries

list_glossaries

Glue.Client.list_glossaries(**kwargs)

Lists business glossaries in Glue Data Catalog.

See also: AWS API Documentation

Request Syntax

response = client.list_glossaries(
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • MaxResults (integer) – The maximum number of results to return in the response.

  • NextToken (string) – A continuation token, if this is a continuation call.

Return type:

dict

Returns:

Response Syntax

{
    'Items': [
        {
            'Id': 'string',
            'Name': 'string',
            'Description': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • Items (list) –

      The list of glossary items.

      • (dict) –

        A summary of a business glossary.

        • Id (string) –

          The unique identifier of the glossary.

        • Name (string) –

          The name of the glossary.

        • Description (string) –

          The description of the glossary.

    • NextToken (string) –

      A continuation token, present if the current segment is not the last.

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.ThrottlingException