pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.evidently.kotlin.outputs
/
LaunchExecution
Launch
Execution
data
class
LaunchExecution
(
val
endedTime
:
String
?
=
null
,
val
startedTime
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Launch
Execution
Link copied to clipboard
fun
LaunchExecution
(
endedTime
:
String
?
=
null
,
startedTime
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ended
Time
Link copied to clipboard
val
endedTime
:
String
?
=
null
The date and time that the launch ended.
started
Time
Link copied to clipboard
val
startedTime
:
String
?
=
null
The date and time that the launch started.