Class: Aws::BCMPricingCalculator::Types::UpdateBillScenarioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdateBillScenarioResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
The time period covered by the updated bill scenario.
-
#cost_category_group_sharing_preference_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
-
#created_at ⇒ Time
The timestamp when the bill scenario was originally created.
-
#expires_at ⇒ Time
The updated expiration timestamp for the bill scenario.
-
#failure_message ⇒ String
An error message if the bill scenario update failed.
-
#group_sharing_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
-
#id ⇒ String
The unique identifier of the updated bill scenario.
-
#name ⇒ String
The updated name of the bill scenario.
-
#status ⇒ String
The current status of the updated bill scenario.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
The time period covered by the updated bill scenario.
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_arn ⇒ String
The arn of the cost category used in the reserved and prioritized group sharing.
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_at ⇒ Time
The timestamp when the bill scenario was originally created.
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_at ⇒ Time
The updated expiration timestamp for the bill scenario.
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_message ⇒ String
An error message if the bill scenario update failed.
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_preference ⇒ String
The setting for the reserved instance and savings plan group sharing used in this estimate.
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 |
#id ⇒ String
The unique identifier of the updated bill scenario.
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 |
#name ⇒ String
The updated name of the bill scenario.
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 |
#status ⇒ String
The current status of the updated bill scenario.
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 |