Class: Aws::BCMPricingCalculator::Types::UpdateBillEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateBillEstimateResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
The time period covered by the updated bill estimate.
-
#cost_summary ⇒ Types::BillEstimateCostSummary
A summary of the updated estimated costs.
-
#created_at ⇒ Time
The timestamp when the bill estimate was originally created.
-
#expires_at ⇒ Time
The updated expiration timestamp for the bill estimate.
-
#failure_message ⇒ String
An error message if the bill estimate update failed.
-
#id ⇒ String
The unique identifier of the updated bill estimate.
-
#name ⇒ String
The updated name of the bill estimate.
-
#status ⇒ String
The current status of the updated bill estimate.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
The time period covered by the updated bill estimate.
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_summary ⇒ Types::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_at ⇒ Time
The timestamp when the bill estimate was originally created.
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_at ⇒ Time
The updated expiration timestamp for the bill estimate.
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_message ⇒ String
An error message if the bill estimate update failed.
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 |
#id ⇒ String
The unique identifier of the updated bill estimate.
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 |
#name ⇒ String
The updated name of the bill estimate.
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 |
#status ⇒ String
The current status of the updated bill estimate.
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 |