ActionExecutionResult
public struct ActionExecutionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The action provider’s external ID for the action execution.
Declaration
Swift
public let externalExecutionId: String? -
The action provider’s summary for the action execution.
Declaration
Swift
public let externalExecutionSummary: String? -
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
Declaration
Swift
public let externalExecutionUrl: String? -
Undocumented
Declaration
Swift
public init(externalExecutionId: String? = nil, externalExecutionSummary: String? = nil, externalExecutionUrl: String? = nil)
View on GitHub
ActionExecutionResult Structure Reference