toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ecs
/
aws.sdk.kotlin.services.ecs.model
/
DescribeTaskSetsResponse
Describe
Task
Sets
Response
class
DescribeTaskSetsResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
failures
Link copied to clipboard
val
failures
:
List
<
Failure
>
?
Any failures associated with the call.
task
Sets
Link copied to clipboard
val
taskSets
:
List
<
TaskSet
>
?
The list of task sets described.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DescribeTaskSetsResponse.Builder
.
(
)
->
Unit
=
{}
)
:
DescribeTaskSetsResponse
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