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)


11028
11029
11030
11031
11032
# File 'lib/aws-sdk-pinpoint/types.rb', line 11028

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