Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationRequest
- 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 create the modeled commitment.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#commitment_modifications ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationEntry>
List of commitments that you want to model in the Bill Scenario.
Instance Attribute Details
#bill_scenario_id ⇒ String
The ID of the Bill Scenario for which you want to create the modeled commitment.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 195 class BatchCreateBillScenarioCommitmentModificationRequest < Struct.new( :bill_scenario_id, :commitment_modifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 195 class BatchCreateBillScenarioCommitmentModificationRequest < Struct.new( :bill_scenario_id, :commitment_modifications, :client_token) SENSITIVE = [] include Aws::Structure end |
#commitment_modifications ⇒ Array<Types::BatchCreateBillScenarioCommitmentModificationEntry>
List of commitments that you want to model in the Bill Scenario.
195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 195 class BatchCreateBillScenarioCommitmentModificationRequest < Struct.new( :bill_scenario_id, :commitment_modifications, :client_token) SENSITIVE = [] include Aws::Structure end |