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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#segment_idString

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

Returns:

  • (String)


11051
11052
11053
11054
11055
# File 'lib/aws-sdk-pinpoint/types.rb', line 11051

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