GetPipelineInput
public struct GetPipelineInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
Declaration
Swift
public let name: String
-
The version number of the pipeline. If you do not specify a version, defaults to the current version.
Declaration
Swift
public let version: Int?
-
Undocumented
Declaration
Swift
public init(name: String, version: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws