Class: Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateBillScenarioUsageModificationItem
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a successfully created item in a batch operation for bill scenario usage modifications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The availability zone associated with this usage modification, if applicable.
-
#group ⇒ String
The group identifier for the created usage modification.
-
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this modification, if available.
-
#id ⇒ String
The unique identifier assigned to the created usage modification.
-
#key ⇒ String
The key of the successfully created entry.
-
#location ⇒ String
The location associated with this usage modification.
-
#operation ⇒ String
The specific operation associated with this usage modification.
-
#quantities ⇒ Array<Types::UsageQuantity>
The modified usage quantities.
-
#service_code ⇒ String
The Amazon Web Services service code for this usage modification.
-
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with the created usage modification.
-
#usage_type ⇒ String
The type of usage that was modified.
Instance Attribute Details
#availability_zone ⇒ String
The availability zone associated with this usage modification, if applicable.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The group identifier for the created usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this modification, if available.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier assigned to the created usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key of the successfully created entry.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location associated with this usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The specific operation associated with this usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#quantities ⇒ Array<Types::UsageQuantity>
The modified usage quantities.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The Amazon Web Services service code for this usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with the created usage modification.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The type of usage that was modified.
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 366 class BatchCreateBillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage, :key) SENSITIVE = [] include Aws::Structure end |