Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationError>
Returns the list of errors reason and the commitment item keys that cannot be created in the Bill Scenario.
-
#items ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationItem>
Returns the list of successful commitment line items that were created for the Bill Scenario.
Instance Attribute Details
#errors ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationError>
Returns the list of errors reason and the commitment item keys that cannot be created in the Bill Scenario.
215 216 217 218 219 220 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 215 class BatchCreateBillScenarioCommitmentModificationResponse < Struct.new( :items, :errors) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationItem>
Returns the list of successful commitment line items that were created for the Bill Scenario.
215 216 217 218 219 220 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 215 class BatchCreateBillScenarioCommitmentModificationResponse < Struct.new( :items, :errors) SENSITIVE = [] include Aws::Structure end |