s3tables_get_table {paws.storage}R Documentation

Gets details about a table

Description

Gets details about a table. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide.

See https://www.paws-r-sdk.com/docs/s3tables_get_table/ for full documentation.

Usage

s3tables_get_table(tableBucketARN, namespace, name)

Arguments

tableBucketARN

[required] The Amazon Resource Name (ARN) of the table bucket associated with the table.

namespace

[required] The name of the namespace the table is associated with.

name

[required] The name of the table.


[Package paws.storage version 0.9.0 Index]