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.
4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4555 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.
4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4555 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.
4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4555 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.
4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4555 class Group < Struct.new( :dimensions, :source_segments, :source_type, :type) SENSITIVE = [] include Aws::Structure end |