module Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.AttributeItemProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AttributeItemProperty :: Prelude.Type instance ToResourceProperties AttributeItemProperty instance Prelude.Eq AttributeItemProperty instance Prelude.Show AttributeItemProperty instance JSON.ToJSON AttributeItemProperty