Class: Aws::BCMPricingCalculator::Types::UpdateWorkloadEstimateResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cost_currencyString

The currency of the updated estimated cost.

Returns:

  • (String)


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_atTime

The timestamp when the workload estimate was originally created.

Returns:

  • (Time)


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_atTime

The updated expiration timestamp for the workload estimate.

Returns:

  • (Time)


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_messageString

An error message if the workload estimate update failed.

Returns:

  • (String)


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

#idString

The unique identifier of the updated workload estimate.

Returns:

  • (String)


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

#nameString

The updated name of the workload estimate.

Returns:

  • (String)


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_timestampTime

The timestamp of the pricing rates used for the updated estimate.

Returns:

  • (Time)


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_typeString

The type of pricing rates used for the updated estimate.

Returns:

  • (String)


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

#statusString

The current status of the updated workload estimate.

Returns:

  • (String)


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_costFloat

The updated total estimated cost for the workload.

Returns:

  • (Float)


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