Module Values_1.DeleteDataTableAttributeRequestSource

Deletes an attribute and all its values from a data table.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The unique identifier for the Amazon Connect instance.

    *)
  2. dataTableId : Values_0.DataTableId.t;
    (*

    The unique identifier for the data table.

    *)
  3. attributeName : Values_0.DataTableName.t;
    (*

    The name of the attribute to delete.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> dataTableId:Values_0.DataTableId.t -> attributeName:Values_0.DataTableName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t