UpdateBuildInput
public struct UpdateBuildInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a build to update. You can use either the build ID or ARN value.
Declaration
Swift
public let buildId: String
-
A descriptive label that is associated with a build. Build names do not need to be unique.
Declaration
Swift
public let name: String?
-
Version information that is associated with a build or script. Version strings do not need to be unique.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(buildId: String, name: String? = nil, version: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws