Batch

data class Batch(val value: BatchSummary) : MainframeActionSummary

The batch of the mainframe action summary.

Constructors

Link copied to clipboard
constructor(value: BatchSummary)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MainframeActionSummary as a Batch and retrieves its aws.sdk.kotlin.services.apptest.model.BatchSummary value. Throws an exception if the MainframeActionSummary is not a Batch.

Link copied to clipboard
Link copied to clipboard

Casts this MainframeActionSummary as a Tn3270 and retrieves its aws.sdk.kotlin.services.apptest.model.Tn3270Summary value. Throws an exception if the MainframeActionSummary is not a Tn3270.

Link copied to clipboard