GetSupportedInstanceTypesResult

data class GetSupportedInstanceTypesResult(val id: String, val releaseLabel: String, val supportedInstanceTypes: List<GetSupportedInstanceTypesSupportedInstanceType>? = null)

A collection of values returned by getSupportedInstanceTypes.

Constructors

Link copied to clipboard
constructor(id: String, releaseLabel: String, supportedInstanceTypes: List<GetSupportedInstanceTypesSupportedInstanceType>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

List of supported instance types. See supported_instance_types below.