Struct rusoto_meteringmarketplace::UsageRecordResult [] [src]

pub struct UsageRecordResult {
    pub metering_record_id: Option<String>,
    pub status: Option<UsageRecordResultStatus>,
    pub usage_record: Option<UsageRecord>,
}

A UsageRecordResult indicates the status of a given UsageRecord processed by BatchMeterUsage.

Fields

The MeteringRecordId is a unique identifier for this metering event.

The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.

  • Success- The UsageRecord was accepted and honored by BatchMeterUsage.

  • CustomerNotSubscribed- The CustomerIdentifier specified is not subscribed to your product. The UsageRecord was not honored. Future UsageRecords for this customer will fail until the customer subscribes to your product.

  • DuplicateRecord- Indicates that the UsageRecord was invalid and not honored. A previously metered UsageRecord had the same customer, dimension, and time, but a different quantity.

The UsageRecord that was part of the BatchMeterUsage request.

Trait Implementations

impl Default for UsageRecordResult
[src]

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

impl Debug for UsageRecordResult
[src]

Formats the value using the given formatter.

impl Clone for UsageRecordResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more