Values_1.DescribeDataTableAttributeRequestSourceReturns detailed information for a specific data table attribute including its configuration, validation rules, and metadata. "Describe" is a deprecated term but is allowed to maintain consistency with existing operations.
type nonrec t = {instanceId : Values_0.InstanceId.t;The unique identifier for the Amazon Connect instance.
*)dataTableId : Values_0.DataTableId.t;The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
*)attributeName : Values_0.DataTableName.t;The name of the attribute to retrieve detailed information for.
*)}val make :
instanceId:Values_0.InstanceId.t ->
dataTableId:Values_0.DataTableId.t ->
attributeName:Values_0.DataTableName.t ->
unit ->
t