Class: Aws::Pinpoint::Types::SegmentBehaviors
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentBehaviors
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recency ⇒ Types::RecencyDimension
The dimension settings that are based on how recently an endpoint was active.
Instance Attribute Details
#recency ⇒ Types::RecencyDimension
The dimension settings that are based on how recently an endpoint was active.
11036 11037 11038 11039 11040 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11036 class SegmentBehaviors < Struct.new( :recency) SENSITIVE = [] include Aws::Structure end |