class Aws::MarketplaceMetering::Types::UsageAllocation

Usage allocations allow you to split usage into buckets by tags.

Each UsageAllocation indicates the usage quantity for a specific set of tags.

@note When making an API call, you may pass UsageAllocation

data as a hash:

    {
      allocated_usage_quantity: 1, # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] allocated_usage_quantity

The total quantity allocated to this bucket of usage.
@return [Integer]

@!attribute [rw] tags

The set of tags that define the bucket of usage. For the bucket of
items with no tags, this parameter can be left out.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/meteringmarketplace-2016-01-14/UsageAllocation AWS API Documentation

Constants

SENSITIVE