Class: Aws::BCMPricingCalculator::Types::BatchCreateWorkloadEstimateUsageEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchCreateWorkloadEstimateUsageEntry
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents an entry in a batch operation to create workload estimate usage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The estimated usage amount.
-
#group ⇒ String
An optional group identifier for the usage estimate.
-
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this estimate, if available.
-
#key ⇒ String
A unique identifier for this entry in the batch operation.
-
#operation ⇒ String
The specific operation associated with this usage estimate.
-
#service_code ⇒ String
The Amazon Web Services service code for this usage estimate.
-
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage estimate.
-
#usage_type ⇒ String
The type of usage being estimated.
Instance Attribute Details
#amount ⇒ Float
The estimated usage amount.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
An optional group identifier for the usage estimate.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this estimate, if available.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
A unique identifier for this entry in the batch operation.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The specific operation associated with this usage estimate.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The Amazon Web Services service code for this usage estimate.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage estimate.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The type of usage being estimated.
466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 466 class BatchCreateWorkloadEstimateUsageEntry < Struct.new( :service_code, :usage_type, :operation, :key, :group, :usage_account_id, :amount, :historical_usage) SENSITIVE = [] include Aws::Structure end |