TestRepositoryTriggersOutput
public struct TestRepositoryTriggersOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.
Declaration
Swift
public let failedExecutions: [RepositoryTriggerExecutionFailure]? -
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
Declaration
Swift
public let successfulExecutions: [String]? -
Undocumented
Declaration
Swift
public init(failedExecutions: [RepositoryTriggerExecutionFailure]? = nil, successfulExecutions: [String]? = nil)
View on GitHub
TestRepositoryTriggersOutput Structure Reference