Class: Aws::BCMPricingCalculator::Types::WorkloadEstimateUsageItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::WorkloadEstimateUsageItem
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a usage item in a workload estimate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost ⇒ Float
The estimated cost for this usage item.
-
#currency ⇒ String
The currency of the estimated cost.
-
#group ⇒ String
The group identifier for this usage item.
-
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this item, if available.
-
#id ⇒ String
The unique identifier of this usage item.
-
#location ⇒ String
The location associated with this usage item.
-
#operation ⇒ String
The specific operation associated with this usage item.
-
#quantity ⇒ Types::WorkloadEstimateUsageQuantity
The estimated usage quantity for this item.
-
#service_code ⇒ String
The Amazon Web Services service code associated with this usage item.
-
#status ⇒ String
The current status of this usage item.
-
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage item.
-
#usage_type ⇒ String
The type of usage for this item.
Instance Attribute Details
#cost ⇒ Float
The estimated cost for this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#currency ⇒ String
The currency of the estimated cost.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The group identifier for this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this item, if available.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location associated with this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The specific operation associated with this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Types::WorkloadEstimateUsageQuantity
The estimated usage quantity for this item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The Amazon Web Services service code associated with this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The type of usage for this item.
3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3512 class WorkloadEstimateUsageItem < Struct.new( :service_code, :usage_type, :operation, :location, :id, :usage_account_id, :group, :quantity, :cost, :currency, :status, :historical_usage) SENSITIVE = [] include Aws::Structure end |