toggle menu
AWS SDK for Kotlin
1.4.103
common
switch theme
Skip to Main Content
apptest
/
aws.sdk.kotlin.services.apptest.model
/
BatchSummary
Batch
Summary
class
BatchSummary
Summarizes a batch job.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
step
Input
Link copied to clipboard
val
stepInput
:
BatchStepInput
?
The step input of the batch summary.
step
Output
Link copied to clipboard
val
stepOutput
:
BatchStepOutput
?
The step output of the batch summary.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchSummary.Builder
.
(
)
->
Unit
=
{}
)
:
BatchSummary
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