Class: Aws::CustomerProfiles::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Group
- 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
-
#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.
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_segments ⇒ Array<Types::SourceSegment>
Defines the starting source of data.
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_type ⇒ String
Defines how to interact with the source data.
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 |
#type ⇒ String
Defines how to interact with the profiles found in the current filtering.
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 |