Class: Aws::BCMPricingCalculator::Types::CreateBillScenarioResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

The time period covered by the bill scenario.

Returns:



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_atTime

The timestamp when the bill scenario was created.

Returns:

  • (Time)


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_atTime

The timestamp when the bill scenario will expire.

Returns:

  • (Time)


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_messageString

An error message if the bill scenario creation failed.

Returns:

  • (String)


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

#idString

The unique identifier for the created bill scenario.

Returns:

  • (String)


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

#nameString

The name of the created bill scenario.

Returns:

  • (String)


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

#statusString

The current status of the bill scenario.

Returns:

  • (String)


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