ArtifactsType

public enum ArtifactsType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case codepipeline = "CODEPIPELINE"
  • s3

    Undocumented

    Declaration

    Swift

    case s3 = "S3"
  • Undocumented

    Declaration

    Swift

    case noArtifacts = "NO_ARTIFACTS"
  • Declaration

    Swift

    public var description: String { get }