CodeArtifactId

data class CodeArtifactId(val value: String) : ResourceId

The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl when you upload resources to be scanned.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResourceId as a CodeArtifactId and retrieves its kotlin.String value. Throws an exception if the ResourceId is not a CodeArtifactId.

Link copied to clipboard

Casts this ResourceId as a CodeArtifactId and retrieves its kotlin.String value. Returns null if the ResourceId is not a CodeArtifactId.