Class: Aws::Pinpoint::Types::SegmentGroupList

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

Overview

Specifies the settings that define the relationships between segment groups for a segment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::SegmentGroup>

An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

Returns:



11205
11206
11207
11208
11209
11210
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11205

class SegmentGroupList < Struct.new(
  :groups,
  :include)
  SENSITIVE = []
  include Aws::Structure
end

#includeString

Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.

Returns:

  • (String)


11205
11206
11207
11208
11209
11210
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11205

class SegmentGroupList < Struct.new(
  :groups,
  :include)
  SENSITIVE = []
  include Aws::Structure
end