Class: Aws::CustomerProfiles::Types::Group

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

Overview

Contains dimensions that determine what to segment on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::Dimension>

Defines the attributes to segment on.

Returns:



3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3618

class Group < Struct.new(
  :dimensions,
  :source_segments,
  :source_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#source_segmentsArray<Types::SourceSegment>

Defines the starting source of data.

Returns:



3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3618

class Group < Struct.new(
  :dimensions,
  :source_segments,
  :source_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

Defines how to interact with the source data.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3618

class Group < Struct.new(
  :dimensions,
  :source_segments,
  :source_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Defines how to interact with the profiles found in the current filtering.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3618

class Group < Struct.new(
  :dimensions,
  :source_segments,
  :source_type,
  :type)
  SENSITIVE = []
  include Aws::Structure
end