You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::SegmentCondition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SegmentCondition as input to an Aws::Client method, you can use a vanilla Hash:

{
  segment_id: "__string", # required
}

Specifies a segment to associate with an activity in a journey.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#segment_idString

The unique identifier for the segment to associate with the activity.

Returns:

  • (String)

    The unique identifier for the segment to associate with the activity.