module Stratosphere.RDS.DBCluster.MasterUserSecretProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data MasterUserSecretProperty :: Prelude.Type instance ToResourceProperties MasterUserSecretProperty instance Prelude.Eq MasterUserSecretProperty instance Prelude.Show MasterUserSecretProperty instance JSON.ToJSON MasterUserSecretProperty