NAME
Paws::MarketplaceMetering::UsageAllocation
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::MarketplaceMetering::UsageAllocation object:
$service_obj->Method(Att1 => { AllocatedUsageQuantity => $value, ..., Tags => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::MarketplaceMetering::UsageAllocation object:
$result = $service_obj->Method(...);
$result->Att1->AllocatedUsageQuantity
DESCRIPTION
Usage allocations allow you to split usage into buckets by tags.
Each UsageAllocation indicates the usage quantity for a specific set of tags.
ATTRIBUTES
REQUIRED AllocatedUsageQuantity => Int
The total quantity allocated to this bucket of usage.
Tags => ArrayRef[Paws::MarketplaceMetering::Tag]
The set of tags that define the bucket of usage. For the bucket of items with no tags, this parameter can be left out.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::MarketplaceMetering
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues