GetProductResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptLanguage: String? = null
Link copied to clipboard
val arn: String

ARN of the product.

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
val id: String
Link copied to clipboard

Name of the product.

Link copied to clipboard

Owner of the product.

Link copied to clipboard

Status of the product.

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.

Link copied to clipboard

Tags to apply to the product.

Link copied to clipboard

Type of product.