module Stratosphere.QBusiness.DataSource.DocumentAttributeValueProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DocumentAttributeValueProperty :: Prelude.Type instance ToResourceProperties DocumentAttributeValueProperty instance Prelude.Eq DocumentAttributeValueProperty instance Prelude.Show DocumentAttributeValueProperty instance JSON.ToJSON DocumentAttributeValueProperty