S3Tables / Client / get_namespace
get_namespace¶
- S3Tables.Client.get_namespace(**kwargs)¶
- Gets details about a namespace. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide. - Permissions - You must have the - s3tables:GetNamespacepermission to use this operation.- 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', 'namespaceId': 'string', 'tableBucketId': '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. 
- namespaceId (string) – - The unique identifier of the namespace. 
- tableBucketId (string) – - The unique identifier of the table bucket containing this namespace. 
 
 
 - Exceptions