BatchCreateBillScenarioUsageModificationEntry

Represents an entry in a batch operation to create bill scenario usage modifications.

Types

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

Properties

Link copied to clipboard

The amount of usage you want to create for the service use you are modeling.

Link copied to clipboard

The Availability Zone that this usage line uses.

Link copied to clipboard

An optional group identifier for the usage modification.

Link copied to clipboard

Historical usage data associated with this modification, if available.

Link copied to clipboard
val key: String

A unique identifier for this entry in the batch operation. This can be any valid string. This key is useful to identify errors associated with any usage entry as any error is returned with this key.

Link copied to clipboard

The specific operation associated with this usage modification. Describes the specific Amazon Web Services operation that this usage line models. For example, RunInstances indicates the operation of an Amazon EC2 instance.

Link copied to clipboard

The Amazon Web Services service code for this usage modification. This identifies the specific Amazon Web Services service to the customer as a unique short abbreviation. For example, AmazonEC2 and AWSKMS.

Link copied to clipboard

The Amazon Web Services account ID to which this usage will be applied to.

Link copied to clipboard

Describes the usage details of the usage line item.

Functions

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