UpdateConsumableResourceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If this parameter is specified and two update requests with identical payloads and clientTokens are received, these requests are considered the same request and the second request is rejected. A clientToken is valid for 8 hours or until one hour after the consumable resource is deleted, whichever is less.

Link copied to clipboard

The name or ARN of the consumable resource to be updated.

Link copied to clipboard

Indicates how the quantity of the consumable resource will be updated. Must be one of:

Link copied to clipboard

The change in the total quantity of the consumable resource. The operation parameter determines whether the value specified here will be the new total quantity, or the amount by which the total quantity will be increased or reduced. Must be a non-negative value.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String