Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The unique ARN of the run batch.

Link copied to clipboard
var 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
var 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
var id: String?

The identifier portion of the run batch ARN.

Link copied to clipboard
var name: String?

The optional user-friendly name of the batch.

Link copied to clipboard
var 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
var 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
var uuid: String?

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

Functions

Link copied to clipboard