Class: Aws::Pinpoint::Types::SegmentBehaviors

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#recencyTypes::RecencyDimension

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



11037
11038
11039
11040
11041
# File 'lib/aws-sdk-pinpoint/types.rb', line 11037

class SegmentBehaviors < Struct.new(
  :recency)
  SENSITIVE = []
  include Aws::Structure
end