Class: Aws::BCMPricingCalculator::Types::WorkloadEstimateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::WorkloadEstimateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Provides a summary of a workload estimate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_currency ⇒ String
The currency of the estimated cost.
-
#created_at ⇒ Time
The timestamp when the workload estimate was created.
-
#expires_at ⇒ Time
The timestamp when the workload estimate will expire.
-
#failure_message ⇒ String
An error message if the workload estimate creation or processing failed.
-
#id ⇒ String
The unique identifier of the workload estimate.
-
#name ⇒ String
The name of the workload estimate.
-
#rate_timestamp ⇒ Time
The timestamp of the pricing rates used for the estimate.
-
#rate_type ⇒ String
The type of pricing rates used for the estimate.
-
#status ⇒ String
The current status of the workload estimate.
-
#total_cost ⇒ Float
The total estimated cost for the workload.
Instance Attribute Details
#cost_currency ⇒ String
The currency of the estimated cost.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the workload estimate was created.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the workload estimate will expire.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
An error message if the workload estimate creation or processing failed.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the workload estimate.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workload estimate.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#rate_timestamp ⇒ Time
The timestamp of the pricing rates used for the estimate.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#rate_type ⇒ String
The type of pricing rates used for the estimate.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the workload estimate.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |
#total_cost ⇒ Float
The total estimated cost for the workload.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3444 class WorkloadEstimateSummary < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |