Class: Aws::CustomerProfiles::Types::SegmentGroup

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:



6672
6673
6674
6675
6676
6677
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6672

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

#includeString

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

Returns:

  • (String)


6672
6673
6674
6675
6676
6677
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6672

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