Struct rusoto_meteringmarketplace::BatchMeterUsageResult [] [src]

pub struct BatchMeterUsageResult {
    pub results: Option<UsageRecordResultList>,
    pub unprocessed_records: Option<UsageRecordList>,
}

Contains the UsageRecords processed by BatchMeterUsage and any records that have failed due to transient error.

Fields

Contains all UsageRecords processed by BatchMeterUsage. These records were either honored by AWS Marketplace Metering Service or were invalid.

Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.

Trait Implementations

impl Default for BatchMeterUsageResult
[src]

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

impl Debug for BatchMeterUsageResult
[src]

Formats the value using the given formatter.

impl Clone for BatchMeterUsageResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more