getTableStorageClass
inline suspend fun S3TablesClient.getTableStorageClass(crossinline block: GetTableStorageClassRequest.Builder.() -> Unit): GetTableStorageClassResponse
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:GetTableStorageClass permission to use this operation.