Class: Aws::CustomerProfiles::Types::SegmentGroupStructure

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Contains all groups of the segment definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::Group>

Holds the list of groups within the segment definition.

Returns:



6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6692

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

#includeString

Define whether to include or exclude the profiles that fit the segment criteria.

Returns:

  • (String)


6692
6693
6694
6695
6696
6697
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6692

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