Class: Aws::CustomerProfiles::Types::SegmentSort
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SegmentSort
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Defines how segments should be sorted and ordered in the results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::SortAttribute>
A list of attributes used to sort the segments and their ordering preferences.
Instance Attribute Details
#attributes ⇒ Array<Types::SortAttribute>
A list of attributes used to sort the segments and their ordering preferences.
10311 10312 10313 10314 10315 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10311 class SegmentSort < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |