ActionExecution
public struct ActionExecution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of an error returned by a URL external to AWS.
Declaration
Swift
public let errorDetails: ErrorDetails?
-
The external ID of the run of the action.
Declaration
Swift
public let externalExecutionId: String?
-
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).
Declaration
Swift
public let externalExecutionUrl: String?
-
The last status change of the action.
Declaration
Swift
public let lastStatusChange: TimeStamp?
-
The ARN of the user who last changed the pipeline.
Declaration
Swift
public let lastUpdatedBy: String?
-
A percentage of completeness of the action as it runs.
Declaration
Swift
public let percentComplete: Int?
-
The status of the action, or for a completed action, the last status of the action.
Declaration
Swift
public let status: ActionExecutionStatus?
-
A summary of the run of the action.
Declaration
Swift
public let summary: String?
-
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.
Declaration
Swift
public let token: String?
-
init(errorDetails:externalExecutionId:externalExecutionUrl:lastStatusChange:lastUpdatedBy:percentComplete:status:summary:token:)
Undocumented
Declaration
Swift
public init(errorDetails: ErrorDetails? = nil, externalExecutionId: String? = nil, externalExecutionUrl: String? = nil, lastStatusChange: TimeStamp? = nil, lastUpdatedBy: String? = nil, percentComplete: Int? = nil, status: ActionExecutionStatus? = nil, summary: String? = nil, token: String? = nil)