GetBatchResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The unique ARN of the run batch.

Link copied to clipboard
val creationTime: <Error class: unknown class>?

The timestamp when the batch was created.

Link copied to clipboard

The shared configuration applied to all runs in the batch. See DefaultRunSetting.

Link copied to clipboard
val failedTime: <Error class: unknown class>?

The timestamp when the batch transitioned to a FAILED status.

Link copied to clipboard

A description of the batch failure. Present only when status is FAILED.

Link copied to clipboard
val id: String?

The identifier portion of the run batch ARN.

Link copied to clipboard
val name: String?

The optional user-friendly name of the batch.

Link copied to clipboard
val processedTime: <Error class: unknown class>?

The timestamp when all run executions completed.

Link copied to clipboard

A summary of run execution states. Run execution counts are eventually consistent and may lag behind actual run states. Final counts are accurate once the batch reaches PROCESSED status. See RunSummary.

Link copied to clipboard

The current status of the run batch.

Link copied to clipboard

A summary of run submission outcomes. See SubmissionSummary.

Link copied to clipboard
val submittedTime: <Error class: unknown class>?

The timestamp when all run submissions completed.

Link copied to clipboard

AWS tags associated with the run batch.

Link copied to clipboard

The total number of runs in the batch.

Link copied to clipboard
val uuid: String?

The universally unique identifier (UUID) for the run batch.

Functions

Link copied to clipboard
inline fun copy(block: GetBatchResponse.Builder.() -> Unit = {}): GetBatchResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String