Class: Aws::CostOptimizationHub::Types::UpdatePreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::UpdatePreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_account_discount_visibility ⇒ String
Shows the status of the “member account discount visibility” preference.
-
#preferred_commitment ⇒ Types::PreferredCommitment
Shows the updated preferences for how Reserved Instances and Savings Plans cost-saving opportunities are prioritized in terms of payment option and term length.
-
#savings_estimation_mode ⇒ String
Shows the status of the “savings estimation mode” preference.
Instance Attribute Details
#member_account_discount_visibility ⇒ String
Shows the status of the “member account discount visibility” preference.
2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2578 class UpdatePreferencesResponse < Struct.new( :savings_estimation_mode, :member_account_discount_visibility, :preferred_commitment) SENSITIVE = [] include Aws::Structure end |
#preferred_commitment ⇒ Types::PreferredCommitment
Shows the updated preferences for how Reserved Instances and Savings Plans cost-saving opportunities are prioritized in terms of payment option and term length.
2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2578 class UpdatePreferencesResponse < Struct.new( :savings_estimation_mode, :member_account_discount_visibility, :preferred_commitment) SENSITIVE = [] include Aws::Structure end |
#savings_estimation_mode ⇒ String
Shows the status of the “savings estimation mode” preference.
2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2578 class UpdatePreferencesResponse < Struct.new( :savings_estimation_mode, :member_account_discount_visibility, :preferred_commitment) SENSITIVE = [] include Aws::Structure end |