Class: Aws::BCMPricingCalculator::Types::BatchUpdateBillScenarioCommitmentModificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchUpdateBillScenarioCommitmentModificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchUpdateBillScenarioCommitmentModificationError>
Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.
-
#items ⇒ Array<Types::BillScenarioCommitmentModificationItem>
Returns the list of successful commitment line items that were updated for a Bill Scenario.
Instance Attribute Details
#errors ⇒ Array<Types::BatchUpdateBillScenarioCommitmentModificationError>
Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 869 class BatchUpdateBillScenarioCommitmentModificationResponse < Struct.new( :items, :errors) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::BillScenarioCommitmentModificationItem>
Returns the list of successful commitment line items that were updated for a Bill Scenario.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 869 class BatchUpdateBillScenarioCommitmentModificationResponse < Struct.new( :items, :errors) SENSITIVE = [] include Aws::Structure end |