toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mgn
/
aws.sdk.kotlin.services.mgn.model
/
LaunchedInstance
Launched
Instance
class
LaunchedInstance
Launched instance.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
ec2Instance
Id
Link copied to clipboard
val
ec2InstanceId
:
String
?
Launched instance EC2 ID.
first
Boot
Link copied to clipboard
val
firstBoot
:
FirstBoot
?
Launched instance first boot.
job
Id
Link copied to clipboard
val
jobId
:
String
?
Launched instance Job ID.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
LaunchedInstance.Builder
.
(
)
->
Unit
=
{}
)
:
LaunchedInstance
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String