Class: Aws::CustomerProfiles::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Group
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Contains dimensions that determine what to segment on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
Defines the attributes to segment on.
-
#source_segments ⇒ Array<Types::SourceSegment>
Defines the starting source of data.
-
#source_type ⇒ String
Defines how to interact with the source data.
-
#type ⇒ String
Defines how to interact with the profiles found in the current filtering.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
Defines the attributes to segment on.
3929 3930 3931 3932 3933 3934 3935 3936 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3929 class Group < Struct.new( :dimensions, :source_segments, :source_type, :type) SENSITIVE = [] include Aws::Structure end |
#source_segments ⇒ Array<Types::SourceSegment>
Defines the starting source of data.
3929 3930 3931 3932 3933 3934 3935 3936 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3929 class Group < Struct.new( :dimensions, :source_segments, :source_type, :type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
Defines how to interact with the source data.
3929 3930 3931 3932 3933 3934 3935 3936 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3929 class Group < Struct.new( :dimensions, :source_segments, :source_type, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Defines how to interact with the profiles found in the current filtering.
3929 3930 3931 3932 3933 3934 3935 3936 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3929 class Group < Struct.new( :dimensions, :source_segments, :source_type, :type) SENSITIVE = [] include Aws::Structure end |