Struct rusoto_meteringmarketplace::BatchMeterUsageRequest [] [src]

pub struct BatchMeterUsageRequest {
    pub product_code: ProductCode,
    pub usage_records: UsageRecordList,
}

A BatchMeterUsageRequest contains UsageRecords, which indicate quantities of usage within your application.

Fields

Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

The set of UsageRecords to submit. BatchMeterUsage accepts up to 25 UsageRecords at a time.

Trait Implementations

impl Default for BatchMeterUsageRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for BatchMeterUsageRequest
[src]

Formats the value using the given formatter.

impl Clone for BatchMeterUsageRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more