MainframeActionSummary

Specifies the mainframe action summary.

Inheritors

Types

Link copied to clipboard
data class Batch(val value: BatchSummary) : MainframeActionSummary

The batch of the mainframe action summary.

Link copied to clipboard
Link copied to clipboard

The tn3270 port of the mainframe action summary.

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