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