GetMeteredProductResult

data class GetMeteredProductResult(val arn: String? = null, val family: String? = null, val port: Int? = null, val vendor: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, family: String? = null, port: Int? = null, vendor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the metered product.

Link copied to clipboard
val family: String? = null

The family to which the metered product belongs.

Link copied to clipboard
val port: Int? = null

The port on which the metered product should run.

Link copied to clipboard
val vendor: String? = null

The vendor.