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:



11173
11174
11175
11176
11177
11178
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11173

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)


11173
11174
11175
11176
11177
11178
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11173

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