BillingPreferenceSummary

A single billing preference entry returned by GetBillingPreferences.

Types

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

Properties

Link copied to clipboard

The associated Amazon Web Services account ID. Populated for account-list keys; null otherwise.

Link copied to clipboard

The display name of the account. Populated together with accountId; null otherwise.

Link copied to clipboard

The billing period associated with the preference change. Populated only for the history features RI_SHARING_HISTORY and CREDIT_SHARING_HISTORY.

Link copied to clipboard

The feature this preference belongs to.

Link copied to clipboard
val key: String

The preference key. Format depends on the feature.

Link copied to clipboard

The preference value. Valid values: ENABLED or DISABLED.

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