ExecutionDetails
public struct ExecutionDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
Declaration
Swift
public let externalExecutionId: String? -
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
Declaration
Swift
public let percentComplete: Int? -
The summary of the current status of the actions.
Declaration
Swift
public let summary: String? -
Undocumented
Declaration
Swift
public init(externalExecutionId: String? = nil, percentComplete: Int? = nil, summary: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ExecutionDetails Structure Reference