StageDeclaration
public struct StageDeclaration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The actions included in a stage.
Declaration
Swift
public let actions: [ActionDeclaration]
-
Reserved for future use.
Declaration
Swift
public let blockers: [BlockerDeclaration]?
-
The name of the stage.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(actions: [ActionDeclaration], blockers: [BlockerDeclaration]? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws