Class: Aws::BCMPricingCalculator::Types::BatchUpdateWorkloadEstimateUsageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchUpdateWorkloadEstimateUsageError>

Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.



1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1045

class BatchUpdateWorkloadEstimateUsageResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::WorkloadEstimateUsageItem>

Returns the list of successful usage line items that were updated for a Workload estimate.



1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1045

class BatchUpdateWorkloadEstimateUsageResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end