stratosphere-databrew-1.0.0: gen/Stratosphere/DataBrew/Ruleset/RuleProperty.hs-boot
module Stratosphere.DataBrew.Ruleset.RuleProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data RuleProperty :: Prelude.Type instance ToResourceProperties RuleProperty instance Prelude.Eq RuleProperty instance Prelude.Show RuleProperty instance JSON.ToJSON RuleProperty