Class: Aws::BCMPricingCalculator::Types::UpdateBillEstimateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

The time period covered by the updated bill estimate.

Returns:



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#cost_summaryTypes::BillEstimateCostSummary

A summary of the updated estimated costs.



3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the bill estimate was originally created.

Returns:

  • (Time)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The updated expiration timestamp for the bill estimate.

Returns:

  • (Time)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

An error message if the bill estimate update failed.

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the updated bill estimate.

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated name of the bill estimate.

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the updated bill estimate.

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3107

class UpdateBillEstimateResponse < Struct.new(
  :id,
  :name,
  :status,
  :failure_message,
  :bill_interval,
  :cost_summary,
  :created_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end