You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceMetering::Types::BatchMeterUsageResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::UsageRecordResult>

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

Returns:

#unprocessed_recordsArray<Types::UsageRecord>

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.

Returns:

  • (Array<Types::UsageRecord>)

    Contains all UsageRecords that were not processed by BatchMeterUsage.