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