Class: Aws::BCMPricingCalculator::Types::BatchUpdateWorkloadEstimateUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchUpdateWorkloadEstimateUsageResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchUpdateWorkloadEstimateUsageError>
Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.
-
#items ⇒ Array<Types::WorkloadEstimateUsageItem>
Returns the list of successful usage line items that were updated for a Workload estimate.
Instance Attribute Details
#errors ⇒ Array<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 |
#items ⇒ Array<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 |