GetRuntimeVersionsResult

data class GetRuntimeVersionsResult(val id: String, val runtimeVersions: List<GetRuntimeVersionsRuntimeVersion>? = null)

A collection of values returned by getRuntimeVersions.

Constructors

Link copied to clipboard
constructor(id: String, runtimeVersions: List<GetRuntimeVersionsRuntimeVersion>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Name of the AWS region from which runtime versions are fetched.

Link copied to clipboard

List of runtime versions. See runtime_versions attribute reference.