Values.DeleteConfiguredTableAssociationAnalysisRuleInputSourceDeletes an analysis rule for a configured table association.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
*)configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;The identifier for the configured table association that's related to the analysis rule that you want to delete.
*)analysisRuleType : ConfiguredTableAssociationAnalysisRuleType.t;The type of the analysis rule that you want to delete.
*)}val make :
membershipIdentifier:MembershipIdentifier.t ->
configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t ->
analysisRuleType:ConfiguredTableAssociationAnalysisRuleType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MembershipIdentifier.t ]) list ]