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