Class: Aws::Pinpoint::Types::SegmentGroupList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentGroupList
- 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
-
#groups ⇒ Array<Types::SegmentGroup>
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
-
#include ⇒ String
Specifies how to handle multiple segment groups for the segment.
Instance Attribute Details
#groups ⇒ Array<Types::SegmentGroup>
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
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 |
#include ⇒ String
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.
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 |