Values.TableSummarySourceReturns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).
type nonrec t = {keyspaceName : KeyspaceName.t option;The name of the keyspace that the table is stored in.
*)tableName : TableName.t option;The name of the table.
*)resourceArn : ARN.t option;The unique identifier of the table in the format of an Amazon Resource Name (ARN).
*)}