Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationRequest

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 usage.

Returns:

  • (String)


401
402
403
404
405
406
407
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 401

class BatchCreateBillScenarioUsageModificationRequest < Struct.new(
  :bill_scenario_id,
  :usage_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)


401
402
403
404
405
406
407
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 401

class BatchCreateBillScenarioUsageModificationRequest < Struct.new(
  :bill_scenario_id,
  :usage_modifications,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#usage_modificationsArray<Types::BatchCreateBillScenarioUsageModificationEntry>

List of usage that you want to model in the Bill Scenario.



401
402
403
404
405
406
407
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 401

class BatchCreateBillScenarioUsageModificationRequest < Struct.new(
  :bill_scenario_id,
  :usage_modifications,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end