FreeTierUsage

Consists of a Amazon Web Services Free Tier offer’s metadata and your data usage for the offer.

Types

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

Properties

Link copied to clipboard

Describes the actual usage accrued month-to-day (MTD) that you've used so far.

Link copied to clipboard

The description of the Free Tier offer.

Link copied to clipboard

Describes the forecasted usage by the month that you're expected to use.

Link copied to clipboard

Describes the type of the Free Tier offer. For example, the offer can be "12 Months Free", "Always Free", and "Free Trial".

Link copied to clipboard

Describes the maximum usage allowed in Free Tier.

Link copied to clipboard

Describes usageType more granularly with the specific Amazon Web Services service API operation. For example, this can be the RunInstances API operation for Amazon Elastic Compute Cloud.

Link copied to clipboard

Describes the Amazon Web Services Region for which this offer is applicable

Link copied to clipboard

The name of the Amazon Web Services service providing the Free Tier offer. For example, this can be Amazon Elastic Compute Cloud.

Link copied to clipboard
val unit: String?

Describes the unit of the usageType, such as Hrs.

Link copied to clipboard

Describes the usage details of the offer. For example, this might be Global-BoxUsage:freetrial.

Functions

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