pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iotanalytics.kotlin.outputs
/
PipelineMath
Pipeline
Math
data
class
PipelineMath
(
val
attribute
:
String
,
val
math
:
String
,
val
name
:
String
,
val
next
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Pipeline
Math
Link copied to clipboard
fun
PipelineMath
(
attribute
:
String
,
math
:
String
,
name
:
String
,
next
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attribute
Link copied to clipboard
val
attribute
:
String
math
Link copied to clipboard
val
math
:
String
name
Link copied to clipboard
val
name
:
String
next
Link copied to clipboard
val
next
:
String
?
=
null