GetPricesResult

data class GetPricesResult(val desireAttributes: Map<String, String>? = null, val id: String, val outputFile: String? = null, val prices: List<GetPricesPrice>, val product: String, val resourceCode: String)

A collection of values returned by getPrices.

Constructors

Link copied to clipboard
constructor(desireAttributes: Map<String, String>? = null, id: String, outputFile: String? = null, prices: List<GetPricesPrice>, product: String, resourceCode: String)

Types

Link copied to clipboard
object Companion

Properties

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

The provider-assigned unique ID for this managed resource.

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

A list of Price Entries. Each element contains the following attributes:

Link copied to clipboard
Link copied to clipboard