Class: Aws::CustomerProfiles::Types::SegmentSort

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesArray<Types::SortAttribute>

A list of attributes used to sort the segments and their ordering preferences.

Returns:



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