Skip to main content

include/aws@services@s3_S3TablesDestination.hrl

-record(s3_tables_destination, {
    table_bucket_arn :: binary(),
    table_name :: binary()
}).