Class: Aws::BCMPricingCalculator::Types::CreateBillEstimateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::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.

Returns:



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_summaryTypes::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_atTime

The timestamp of when the Bill estimate create process was started (not when it successfully completed or failed).

Returns:

  • (Time)


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_atTime

The timestamp of when the Bill estimate will expire. A Bill estimate becomes inaccessible after expiration.

Returns:

  • (Time)


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_messageString

This attribute provides the reason if a Bill estimate result generation fails.

Returns:

  • (String)


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

#idString

The unique identifier of your newly created Bill estimate.

Returns:

  • (String)


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

#nameString

The name of your newly created Bill estimate.

Returns:

  • (String)


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

#statusString

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.

Returns:

  • (String)


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