Class: Aws::BCMPricingCalculator::Types::CreateBillEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::CreateBillEstimateResponse
- 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 bill month start and end timestamp that was used to create the Bill estimate.
-
#cost_category_group_sharing_preference_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
-
#cost_category_group_sharing_preference_effective_date ⇒ Time
Timestamp of the effective date of the cost category used in the group sharing settings.
-
#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.
-
#group_sharing_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
-
#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.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#cost_category_group_sharing_preference_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#cost_category_group_sharing_preference_effective_date ⇒ Time
Timestamp of the effective date of the cost category used in the group sharing settings.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) 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.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) 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).
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp of when the Bill estimate will expire. A Bill estimate becomes inaccessible after expiration.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
This attribute provides the reason if a Bill estimate result generation fails.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#group_sharing_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of your newly created Bill estimate.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of your newly created Bill estimate.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) 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.
1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1736 class CreateBillEstimateResponse < Struct.new( :id, :name, :status, :failure_message, :bill_interval, :cost_summary, :created_at, :expires_at, :group_sharing_preference, :cost_category_group_sharing_preference_arn, :cost_category_group_sharing_preference_effective_date) SENSITIVE = [] include Aws::Structure end |