Get Product Result
data class GetProductResult(val acceptLanguage: String? = null, val arn: String, val createdTime: String, val description: String, val distributor: String, val hasDefaultPath: Boolean, val id: String, val name: String, val owner: String, val status: String, val supportDescription: String, val supportEmail: String, val supportUrl: String, val tags: Map<String, String>, val type: String)
A collection of values returned by getProduct.
Constructors
Link copied to clipboard
fun GetProductResult(acceptLanguage: String? = null, arn: String, createdTime: String, description: String, distributor: String, hasDefaultPath: Boolean, id: String, name: String, owner: String, status: String, supportDescription: String, supportEmail: String, supportUrl: String, tags: Map<String, String>, type: String)