Class: Aws::BCMPricingCalculator::Types::UpdateWorkloadEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateWorkloadEstimateResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Mixin for common fields returned by CRUD APIs
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_currency ⇒ String
The currency of the updated estimated cost.
-
#created_at ⇒ Time
The timestamp when the workload estimate was originally created.
-
#expires_at ⇒ Time
The updated expiration timestamp for the workload estimate.
-
#failure_message ⇒ String
An error message if the workload estimate update failed.
-
#id ⇒ String
The unique identifier of the updated workload estimate.
-
#name ⇒ String
The updated name of the workload estimate.
-
#rate_timestamp ⇒ Time
The timestamp of the pricing rates used for the updated estimate.
-
#rate_type ⇒ String
The type of pricing rates used for the updated estimate.
-
#status ⇒ String
The current status of the updated workload estimate.
-
#total_cost ⇒ Float
The updated total estimated cost for the workload.
Instance Attribute Details
#cost_currency ⇒ String
The currency of the updated estimated cost.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 originally created.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated expiration timestamp for the workload estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 update failed.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated workload estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated name of the workload estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated workload estimate.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < 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 updated total estimated cost for the workload.
3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3294 class UpdateWorkloadEstimateResponse < Struct.new( :id, :name, :created_at, :expires_at, :rate_type, :rate_timestamp, :status, :total_cost, :cost_currency, :failure_message) SENSITIVE = [] include Aws::Structure end |