toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
drs
/
aws.sdk.kotlin.services.drs.model
/
ListLaunchActionsResponse
List
Launch
Actions
Response
class
ListLaunchActionsResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
items
Link copied to clipboard
val
items
:
List
<
LaunchAction
>
?
List of resource launch actions.
next
Token
Link copied to clipboard
val
nextToken
:
String
?
Next token returned when listing resource launch actions.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ListLaunchActionsResponse.Builder
.
(
)
->
Unit
=
{}
)
:
ListLaunchActionsResponse
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