Class: Aws::BCMPricingCalculator::Types::UpdateBillScenarioRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_category_group_sharing_preference_arnString

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

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3246

class UpdateBillScenarioRequest < Struct.new(
  :identifier,
  :name,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The new expiration date for the bill scenario.

Returns:

  • (Time)


3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3246

class UpdateBillScenarioRequest < Struct.new(
  :identifier,
  :name,
  :expires_at,
  :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)


3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3246

class UpdateBillScenarioRequest < Struct.new(
  :identifier,
  :name,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the bill scenario to update.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3246

class UpdateBillScenarioRequest < Struct.new(
  :identifier,
  :name,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name for the bill scenario.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3246

class UpdateBillScenarioRequest < Struct.new(
  :identifier,
  :name,
  :expires_at,
  :group_sharing_preference,
  :cost_category_group_sharing_preference_arn)
  SENSITIVE = []
  include Aws::Structure
end