ElementalInference / Client / export_dictionary_entries

export_dictionary_entries

ElementalInference.Client.export_dictionary_entries(**kwargs)

Exports the entries from the specified dictionary.

See also: AWS API Documentation

Request Syntax

response = client.export_dictionary_entries(
    id='string'
)
Parameters:

id (string) –

[REQUIRED]

The ID of the dictionary whose entries you want to export.

Return type:

dict

Returns:

Response Syntax

{
    'entries': 'string'
}

Response Structure

  • (dict) –

    • entries (string) –

      The dictionary entries payload.

Exceptions