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.
10657 10658 10659 10660 10661 10662 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10657 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.
10657 10658 10659 10660 10661 10662 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10657 class SegmentGroupList < Struct.new( :groups, :include) SENSITIVE = [] include Aws::Structure end |