module Stratosphere.Wisdom.MessageTemplate.SystemAttributesProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data SystemAttributesProperty :: Prelude.Type instance ToResourceProperties SystemAttributesProperty instance Prelude.Eq SystemAttributesProperty instance Prelude.Show SystemAttributesProperty instance JSON.ToJSON SystemAttributesProperty