ResolvedArtifact
public struct ResolvedArtifact : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the artifact.
Declaration
Swift
public let identifier: String? -
The location of the artifact.
Declaration
Swift
public let location: String? -
Specifies the type of artifact.
Declaration
Swift
public let type: ArtifactsType? -
Undocumented
Declaration
Swift
public init(identifier: String? = nil, location: String? = nil, type: ArtifactsType? = nil)
View on GitHub
ResolvedArtifact Structure Reference