module Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data RuleBasedPropertiesProperty :: Prelude.Type instance ToResourceProperties RuleBasedPropertiesProperty instance Prelude.Eq RuleBasedPropertiesProperty instance Prelude.Show RuleBasedPropertiesProperty instance JSON.ToJSON RuleBasedPropertiesProperty