GetConsumableResourceResult

data class GetConsumableResourceResult(val availableQuantity: Int? = null, val consumableResourceArn: String? = null, val createdAt: Int? = null, val inUseQuantity: Int? = null, val totalQuantity: Int? = null)

Constructors

Link copied to clipboard
constructor(availableQuantity: Int? = null, consumableResourceArn: String? = null, createdAt: Int? = null, inUseQuantity: Int? = null, totalQuantity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val availableQuantity: Int? = null

Available Quantity of ConsumableResource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the consumable resource.

Link copied to clipboard
val createdAt: Int? = null

The Unix timestamp (in milliseconds) for when the consumable resource was created.

Link copied to clipboard
val inUseQuantity: Int? = null

In-use Quantity of ConsumableResource.

Link copied to clipboard
val totalQuantity: Int? = null

Total Quantity of ConsumableResource.