pub async fn describe_table(
configuration: &Configuration,
id: &str,
describe_table_request: DescribeTableRequest,
delimiter: Option<&str>,
) -> Result<DescribeTableResponse, Error<DescribeTableError>>
Expand description
Describe the detailed information for table id
.