Get Package Version Result
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)
Properties
Link copied to clipboard
Whether the package version is the latest version.
Link copied to clipboard
Whether to mark the new version as the latest version.
Link copied to clipboard
The package version's ARN.
Link copied to clipboard
The package version's name.
Link copied to clipboard
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.