module Stratosphere.Pinpoint.Segment.GroupsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data GroupsProperty :: Prelude.Type instance ToResourceProperties GroupsProperty instance Prelude.Eq GroupsProperty instance Prelude.Show GroupsProperty instance JSON.ToJSON GroupsProperty