ActionExecutionOutput
public struct ActionExecutionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Execution result information listed in the output details for an action execution.
Declaration
Swift
public let executionResult: ActionExecutionResult? -
Details of output artifacts of the action that correspond to the action execution.
Declaration
Swift
public let outputArtifacts: [ArtifactDetail]? -
The outputVariables field shows the key-value pairs that were output as part of that execution.
Declaration
Swift
public let outputVariables: [String : String]? -
Undocumented
Declaration
Swift
public init(executionResult: ActionExecutionResult? = nil, outputArtifacts: [ArtifactDetail]? = nil, outputVariables: [String : String]? = nil)
View on GitHub
ActionExecutionOutput Structure Reference