Class: Aws::BCMPricingCalculator::Types::UpdateBillScenarioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateBillScenarioRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_group_sharing_preference_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
-
#expires_at ⇒ Time
The new expiration date for the bill scenario.
-
#group_sharing_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
-
#identifier ⇒ String
The unique identifier of the bill scenario to update.
-
#name ⇒ String
The new name for the bill scenario.
Instance Attribute Details
#cost_category_group_sharing_preference_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
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_at ⇒ Time
The new expiration date for the bill scenario.
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_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
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 |
#identifier ⇒ String
The unique identifier of the bill scenario to update.
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 |
#name ⇒ String
The new name for the bill scenario.
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 |