ListBillingAdjustmentRequestsRequest

Types

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

Properties

Link copied to clipboard

The unique identifier of the agreement to list billing adjustment requests for.

Link copied to clipboard

An optional filter to return billing adjustment requests by agreement type (e.g., PurchaseAgreement).

Link copied to clipboard

An optional filter to return billing adjustment requests by catalog (e.g., AWSMarketplace).

Link copied to clipboard
val createdAfter: <Error class: unknown class>?

An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).

Link copied to clipboard
val createdBefore: <Error class: unknown class>?

An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).

Link copied to clipboard

The maximum number of billing adjustment requests to return in the response.

Link copied to clipboard

A token to specify where to start pagination. Use the nextToken value from a previous response to retrieve the next page of results.

Link copied to clipboard

An optional filter to return billing adjustment requests with the specified status.

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