GetCreditAllocationHistoryRequest

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID whose allocation history to retrieve. Must be a 12-digit numeric string.

Link copied to clipboard

Filters the result to a single credit. When omitted, returns allocation entries for all credits.

Link copied to clipboard

Inclusive end date as Unix epoch seconds.

Link copied to clipboard

The maximum number of records to return per page. Range: 1 to 1000. Default: 100.

Link copied to clipboard

Pagination token from a previous response. Pass the value returned in nextToken to retrieve the next page of results.

Link copied to clipboard

Inclusive start date as Unix epoch seconds. Must be on or before endDate. The range from startDate to endDate cannot exceed 24 billing months.

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