GetRuntimeVersionResult

data class GetRuntimeVersionResult(val deprecationDate: String, val description: String, val id: String, val latest: Boolean? = null, val prefix: String, val releaseDate: String, val version: String? = null, val versionName: String)

A collection of values returned by getRuntimeVersion.

Constructors

Link copied to clipboard
constructor(deprecationDate: String, description: String, id: String, latest: Boolean? = null, prefix: String, releaseDate: String, version: String? = null, versionName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date of deprecation if the runtme version is deprecated.

Link copied to clipboard

Description of the runtime version, created by Amazon.

Link copied to clipboard
val id: String

Name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.

Link copied to clipboard
val latest: Boolean? = null
Link copied to clipboard
Link copied to clipboard

Date that the runtime version was released.

Link copied to clipboard
val version: String? = null
Link copied to clipboard

Name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.