Values.GetTableRequestSourceGets details about a table. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTable permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t option;The Amazon Resource Name (ARN) of the table bucket associated with the table.
*)namespace : NamespaceName.t option;The name of the namespace the table is associated with.
*)name : TableName.t option;The name of the table.
*)tableArn : TableARN.t option;The Amazon Resource Name (ARN) of the table.
*)}