Class: Aws::Pinpoint::Types::SegmentGroupList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentGroupList
- Includes:
- Structure
- Defined in:
- 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.
11204 11205 11206 11207 11208 11209 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11204 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.
11204 11205 11206 11207 11208 11209 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11204 class SegmentGroupList < Struct.new( :groups, :include) SENSITIVE = [] include Aws::Structure end |