Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationResponse

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::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

#itemsArray<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