Values_1.DeleteDataTableAttributeRequestSourceDeletes an attribute and all its values from a data table.
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.
*)attributeName : Values_0.DataTableName.t;The name of the attribute to delete.
*)}val make :
instanceId:Values_0.InstanceId.t ->
dataTableId:Values_0.DataTableId.t ->
attributeName:Values_0.DataTableName.t ->
unit ->
t