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

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 SegmentCondition data as a hash:

{
  segment_id: "__string", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#segment_idString

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

Returns:

  • (String)


12931
12932
12933
12934
# File 'lib/aws-sdk-pinpoint/types.rb', line 12931

class SegmentCondition < Struct.new(
  :segment_id)
  include Aws::Structure
end