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
constructor(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)
Properties
Link copied to clipboard
Link copied to clipboard
Time when the product was created.
Link copied to clipboard
Description of the product.
Link copied to clipboard
Distributor (i.e., vendor) of the product.
Link copied to clipboard
Whether the product has a default path.
Link copied to clipboard
Support information about the product.
Link copied to clipboard
Contact email for product support.
Link copied to clipboard
Contact URL for product support.