Values.TableBucketSummarySourceContains details about a table bucket.
type nonrec t = {arn : TableBucketARN.t option;The Amazon Resource Name (ARN) of the table bucket.
*)name : TableBucketName.t option;The name of the table bucket.
*)ownerAccountId : AccountId.t option;The ID of the account that owns the table bucket.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the table bucket was created at.
*)tableBucketId : TableBucketId.t option;The system-assigned unique identifier for the table bucket.
*)type_ : TableBucketType.t option;The type of the table bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TableBucketARN.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]