Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchCreateBillScenarioUsageModificationError>
Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
-
#items ⇒ Array<Types::BatchCreateBillScenarioUsageModificationItem>
Returns the list of successful usage line items that were created for the Bill Scenario.
Instance Attribute Details
#errors ⇒ Array<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 |
#items ⇒ Array<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 |