S3Tables / Client / get_namespace

get_namespace#

S3Tables.Client.get_namespace(**kwargs)#

Gets details about a namespace.

See also: AWS API Documentation

Request Syntax

response = client.get_namespace(
    tableBucketARN='string',
    namespace='string'
)
Parameters:
  • tableBucketARN (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the table bucket.

  • namespace (string) –

    [REQUIRED]

    The name of the namespace.

Return type:

dict

Returns:

Response Syntax

{
    'namespace': [
        'string',
    ],
    'createdAt': datetime(2015, 1, 1),
    'createdBy': 'string',
    'ownerAccountId': 'string'
}

Response Structure

  • (dict) –

    • namespace (list) –

      The name of the namespace.

      • (string) –

    • createdAt (datetime) –

      The date and time the namespace was created at.

    • createdBy (string) –

      The ID of the account that created the namespace.

    • ownerAccountId (string) –

      The ID of the account that owns the namespcace.

Exceptions