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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass SegmentBehaviors data as a hash:

{
  recency: {
    duration: "HR_24", # accepts HR_24, DAY_7, DAY_14, DAY_30
    recency_type: "ACTIVE", # accepts ACTIVE, INACTIVE
  },
}

Segment behavior dimensions

Instance Attribute Summary collapse

Instance Attribute Details

#recencyTypes::RecencyDimension

The recency of use.



6014
6015
6016
6017
# File 'lib/aws-sdk-pinpoint/types.rb', line 6014

class SegmentBehaviors < Struct.new(
  :recency)
  include Aws::Structure
end