Class: Aws::BCMPricingCalculator::Types::CreateBillScenarioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::CreateBillScenarioResponse
- 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 bill scenario.
-
#created_at ⇒ Time
The timestamp when the bill scenario was created.
-
#expires_at ⇒ Time
The timestamp when the bill scenario will expire.
-
#failure_message ⇒ String
An error message if the bill scenario creation failed.
-
#id ⇒ String
The unique identifier for the created bill scenario.
-
#name ⇒ String
The name of the created bill scenario.
-
#status ⇒ String
The current status of the bill scenario.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
The time period covered by the bill scenario.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the bill scenario was created.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the bill scenario will expire.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
An error message if the bill scenario creation failed.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the created bill scenario.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the created bill scenario.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the bill scenario.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1778 class CreateBillScenarioResponse < Struct.new( :id, :name, :bill_interval, :status, :created_at, :expires_at, :failure_message) SENSITIVE = [] include Aws::Structure end |