Class: Aws::BCMPricingCalculator::Types::CreateBillEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::CreateBillEstimateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
The bill month start and end timestamp that was used to create the Bill estimate.
-
#cost_summary ⇒ Types::BillEstimateCostSummary
Returns summary-level cost information once a Bill estimate is successfully generated.
-
#created_at ⇒ Time
The timestamp of when the Bill estimate create process was started (not when it successfully completed or failed).
-
#expires_at ⇒ Time
The timestamp of when the Bill estimate will expire.
-
#failure_message ⇒ String
This attribute provides the reason if a Bill estimate result generation fails.
-
#id ⇒ String
The unique identifier of your newly created Bill estimate.
-
#name ⇒ String
The name of your newly created Bill estimate.
-
#status ⇒ String
The status of your newly created Bill estimate.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
The bill month start and end timestamp that was used to create the Bill estimate. This is set to the last complete anniversary bill month start and end timestamp.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#cost_summary ⇒ Types::BillEstimateCostSummary
Returns summary-level cost information once a Bill estimate is successfully generated. This summary includes: 1) the total cost difference, showing the pre-tax cost change for the consolidated billing family between the completed anniversary bill and the estimated bill, and 2) total cost differences per service, detailing the pre-tax cost of each service, comparing the completed anniversary bill to the estimated bill on a per-service basis.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < 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 of when the Bill estimate create process was started (not when it successfully completed or failed).
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp of when the Bill estimate will expire. A Bill estimate becomes inaccessible after expiration.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
This attribute provides the reason if a Bill estimate result generation fails.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < 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 your newly created Bill estimate.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of your newly created Bill estimate.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of your newly created Bill estimate. Bill estimate creation can take anywhere between 8 to 12 hours. The status will allow you to identify when the Bill estimate is complete or has failed.
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1709 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at) SENSITIVE = [] include Aws::Structure end |