libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Read SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Show 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 #

NFData SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

Methods

rnf :: SegmentBehaviors -> () #

Hashable SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

ToJSON SegmentBehaviors Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.SegmentBehaviors

FromJSON 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" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" '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.