toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
AnalysisDataPathSort
Analysis
Data
Path
Sort
data
class
AnalysisDataPathSort
(
val
direction
:
AnalysisSortDirection
,
val
sortPaths
:
List
<
AnalysisDataPathValue
>
)
Members
Constructors
Analysis
Data
Path
Sort
Link copied to clipboard
constructor
(
direction
:
AnalysisSortDirection
,
sortPaths
:
List
<
AnalysisDataPathValue
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
AnalysisSortDirection
Determines the sort direction.
sort
Paths
Link copied to clipboard
val
sortPaths
:
List
<
AnalysisDataPathValue
>
The list of data paths that need to be sorted.