toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.evidently.kotlin.outputs
/
LaunchExecution
Launch
Execution
data
class
LaunchExecution
(
val
endedTime
:
String
?
=
null
,
val
startedTime
:
String
?
=
null
)
Members
Constructors
Launch
Execution
Link copied to clipboard
constructor
(
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.