Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchCreateBillScenarioUsageModificationError>

Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.



421
422
423
424
425
426
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 421

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

#itemsArray<Types::BatchCreateBillScenarioUsageModificationItem>

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



421
422
423
424
425
426
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 421

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