NimbleStudio / Client / get_eula

get_eula#

NimbleStudio.Client.get_eula(**kwargs)#

Get EULA.

See also: AWS API Documentation

Request Syntax

response = client.get_eula(
    eulaId='string'
)
Parameters:

eulaId (string) –

[REQUIRED]

The EULA ID.

Return type:

dict

Returns:

Response Syntax

{
    'eula': {
        'content': 'string',
        'createdAt': datetime(2015, 1, 1),
        'eulaId': 'string',
        'name': 'string',
        'updatedAt': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • eula (dict) –

      The EULA.

      • content (string) –

        The EULA content.

      • createdAt (datetime) –

        The ISO timestamp in seconds for when the resource was created.

      • eulaId (string) –

        The EULA ID.

      • name (string) –

        The name for the EULA.

      • updatedAt (datetime) –

        The ISO timestamp in seconds for when the resource was updated.

Exceptions