getTableBucketStorageClass
inline suspend fun S3TablesClient.getTableBucketStorageClass(crossinline block: GetTableBucketStorageClassRequest.Builder.() -> Unit): GetTableBucketStorageClassResponse
Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration.
Permissions
You must have the s3tables:GetTableBucketStorageClass permission to use this operation.