Class: Aws::Pinpoint::Types::SegmentBehaviors
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentBehaviors
- 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
-
#recency ⇒ Types::RecencyDimension
The recency of use.
Instance Attribute Details
#recency ⇒ Types::RecencyDimension
The recency of use.
3899 3900 3901 3902 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3899 class SegmentBehaviors < Struct.new( :recency) include Aws::Structure end |