CreditCode

Represents an AWS credit code that can be applied to an AWS account for billing purposes.

Types

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

Properties

Link copied to clipboard

The AWS account ID that the credit code is associated with or can be applied to.

Link copied to clipboard

The actual credit code string that can be redeemed in the AWS billing console.

Link copied to clipboard

The timestamp when the credit code expires and can no longer be redeemed.

Link copied to clipboard

The timestamp when the credit code was issued.

Link copied to clipboard

The current status of the credit code (e.g., active, redeemed, expired).

Link copied to clipboard

The monetary value of the credit code.

Functions

Link copied to clipboard
inline fun copy(block: CreditCode.Builder.() -> Unit = {}): CreditCode
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