Class: Aws::BCMPricingCalculator::Types::BillScenarioSummary

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

Overview

Provides a summary of a bill scenario.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

The time period covered by the bill scenario.

Returns:



1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#cost_category_group_sharing_preference_arnString

The arn of the cost category used in the reserved and prioritized group sharing.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#created_atTime

The timestamp when the bill scenario was created.

Returns:

  • (Time)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#expires_atTime

The timestamp when the bill scenario will expire.

Returns:

  • (Time)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#failure_messageString

An error message if the bill scenario creation or processing failed.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#group_sharing_preferenceString

The setting for the reserved instance and savings plan group sharing used in this estimate.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#idString

The unique identifier of the bill scenario.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#nameString

The name of the bill scenario.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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

#statusString

The current status of the bill scenario.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1479

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