MainframeAction

data class MainframeAction(val value: MainframeAction) : StepAction

The mainframe action of the step action.

Constructors

Link copied to clipboard
constructor(value: MainframeAction)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard