S3Tables / Client / get_table_bucket
get_table_bucket¶
- S3Tables.Client.get_table_bucket(**kwargs)¶
- Gets details on a table bucket. For more information, see Viewing details about an Amazon S3 table bucket in the Amazon Simple Storage Service User Guide. - Permissions - You must have the - s3tables:GetTableBucketpermission to use this operation.- See also: AWS API Documentation - Request Syntax- response = client.get_table_bucket( tableBucketARN='string' ) - Parameters:
- tableBucketARN (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the table bucket. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'arn': 'string', 'name': 'string', 'ownerAccountId': 'string', 'createdAt': datetime(2015, 1, 1), 'tableBucketId': 'string', 'type': 'customer'|'aws' } - Response Structure- (dict) – - arn (string) – - The Amazon Resource Name (ARN) of the table bucket. 
- name (string) – - The name of the table bucket 
- ownerAccountId (string) – - The ID of the account that owns the table bucket. 
- createdAt (datetime) – - The date and time the table bucket was created. 
- tableBucketId (string) – - The unique identifier of the table bucket. 
- type (string) – - The type of the table bucket. 
 
 
 - Exceptions