Class: Aws::BCMPricingCalculator::Types::BatchUpdateBillScenarioUsageModificationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchUpdateBillScenarioUsageModificationError>

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



957
958
959
960
961
962
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 957

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

#itemsArray<Types::BillScenarioUsageModificationItem>

Returns the list of successful usage line items that were updated for a Bill Scenario.



957
958
959
960
961
962
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 957

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