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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



11013
11014
11015
11016
11017
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11013

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