Get Supported Instance Types Result
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)