DescribePipelinesInput

public struct DescribePipelinesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

    Declaration

    Swift

    public let pipelineIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(pipelineIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws