Class: Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioCommitmentModificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioCommitmentModificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bill_scenario_id ⇒ String
The ID of the Bill Scenario for which you want to delete the modeled commitment.
-
#ids ⇒ Array<String>
List of commitments that you want to delete from the Bill Scenario.
Instance Attribute Details
#bill_scenario_id ⇒ String
The ID of the Bill Scenario for which you want to delete the modeled commitment.
662 663 664 665 666 667 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 662 class BatchDeleteBillScenarioCommitmentModificationRequest < Struct.new( :bill_scenario_id, :ids) SENSITIVE = [] include Aws::Structure end |
#ids ⇒ Array<String>
List of commitments that you want to delete from the Bill Scenario.
662 663 664 665 666 667 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 662 class BatchDeleteBillScenarioCommitmentModificationRequest < Struct.new( :bill_scenario_id, :ids) SENSITIVE = [] include Aws::Structure end |