Get Spot Price Result
data class GetSpotPriceResult(val availabilityZone: String? = null, val filters: List<GetSpotPriceFilter>? = null, val id: String, val instanceType: String? = null, val spotPrice: String, val spotPriceTimestamp: String)
A collection of values returned by getSpotPrice.
Constructors
Link copied to clipboard
fun GetSpotPriceResult(availabilityZone: String? = null, filters: List<GetSpotPriceFilter>? = null, id: String, instanceType: String? = null, spotPrice: String, spotPriceTimestamp: String)