GetCreditsRequest

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID. Must be a 12-digit numeric string.

Link copied to clipboard

The end date for the credit period as Unix epoch seconds. Must not be a future date and must be on or after startDate. Defaults to the current date when omitted.

Link copied to clipboard

When true and the caller is the management account, the response aggregates credits across the entire consolidated billing family. When false or omitted, returns only credits for the specified accountId.

Link copied to clipboard

The start date for the credit period as Unix epoch seconds. Must be a past date that is not more than one year before the current date.

Functions

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