GetPackageVersionResult

data class GetPackageVersionResult(val isLatestPatch: Boolean? = null, val markLatest: Boolean? = null, val packageArn: String? = null, val packageName: String? = null, val registeredTime: Int? = null, val status: PackageVersionStatus? = null, val statusDescription: String? = null)

Constructors

Link copied to clipboard
constructor(isLatestPatch: Boolean? = null, markLatest: Boolean? = null, packageArn: String? = null, packageName: String? = null, registeredTime: Int? = null, status: PackageVersionStatus? = null, statusDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isLatestPatch: Boolean? = null

Whether the package version is the latest version.

Link copied to clipboard
val markLatest: Boolean? = null

Whether to mark the new version as the latest version.

Link copied to clipboard
val packageArn: String? = null

The package version's ARN.

Link copied to clipboard
val packageName: String? = null

The package version's name.

Link copied to clipboard
val registeredTime: Int? = null

The package version's registered time.

Link copied to clipboard

The package version's status.

Link copied to clipboard

The package version's status description.