Class: Aws::BCMPricingCalculator::Types::UpdateBillScenarioResponse

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 updated bill scenario.

Returns:



3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

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


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 originally created.

Returns:

  • (Time)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 updated expiration timestamp for the bill scenario.

Returns:

  • (Time)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 update failed.

Returns:

  • (String)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

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


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 updated bill scenario.

Returns:

  • (String)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 updated name of the bill scenario.

Returns:

  • (String)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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 updated bill scenario.

Returns:

  • (String)


3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3296

class UpdateBillScenarioResponse < 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