Class: Aws::BCMPricingCalculator::Types::GetBillScenarioResponse

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:



2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < 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)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < 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)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < 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 retrieval failed.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < Struct.new(
  :id,
  :name,
  :bill_interval,
  :status,
  :created_at,
  :expires_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the retrieved bill scenario.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < Struct.new(
  :id,
  :name,
  :bill_interval,
  :status,
  :created_at,
  :expires_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the retrieved bill scenario.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < 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)


2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2124

class GetBillScenarioResponse < Struct.new(
  :id,
  :name,
  :bill_interval,
  :status,
  :created_at,
  :expires_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end