Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationRequest
- 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 usage.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#usage_modifications ⇒ Array<Types::BatchCreateBillScenarioUsageModificationEntry>
List of usage 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 usage.
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_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.
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_modifications ⇒ Array<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 |