pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
TemplateDataPathSort
Template
Data
Path
Sort
data
class
TemplateDataPathSort
(
val
direction
:
TemplateSortDirection
,
val
sortPaths
:
List
<
TemplateDataPathValue
>
)
Types
Constructors
Properties
Constructors
Template
Data
Path
Sort
Link copied to clipboard
fun
TemplateDataPathSort
(
direction
:
TemplateSortDirection
,
sortPaths
:
List
<
TemplateDataPathValue
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direction
Link copied to clipboard
val
direction
:
TemplateSortDirection
sort
Paths
Link copied to clipboard
val
sortPaths
:
List
<
TemplateDataPathValue
>