Artifact

public struct Artifact : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The location of an artifact.

    Declaration

    Swift

    public let location: ArtifactLocation?
  • The artifact’s name.

    Declaration

    Swift

    public let name: String?
  • The artifact’s revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).

    Declaration

    Swift

    public let revision: String?
  • Undocumented

    Declaration

    Swift

    public init(location: ArtifactLocation? = nil, name: String? = nil, revision: String? = nil)