Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioCommitmentModificationRequest

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

#bill_scenario_idString

The ID of the Bill Scenario for which you want to create the modeled commitment.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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