amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.Types.SegmentBehaviors

Description

 
Synopsis

Documentation

data SegmentBehaviors Source #

Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.

See: newSegmentBehaviors smart constructor.

Constructors

SegmentBehaviors' 

Fields

Instances

Instances details
FromJSON SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

ToJSON SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Generic SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Associated Types

type Rep SegmentBehaviors :: Type -> Type #

Read SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Show SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

NFData SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Methods

rnf :: SegmentBehaviors -> () #

Eq SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Hashable SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

type Rep SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

type Rep SegmentBehaviors = D1 ('MetaData "SegmentBehaviors" "Amazonka.Pinpoint.Types.SegmentBehaviors" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "SegmentBehaviors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecencyDimension))))

newSegmentBehaviors :: SegmentBehaviors Source #

Create a value of SegmentBehaviors with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recency:SegmentBehaviors', segmentBehaviors_recency - The dimension settings that are based on how recently an endpoint was active.

segmentBehaviors_recency :: Lens' SegmentBehaviors (Maybe RecencyDimension) Source #

The dimension settings that are based on how recently an endpoint was active.