Class: Aws::CostOptimizationHub::Types::UpdatePreferencesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_account_discount_visibilityString

Shows the status of the “member account discount visibility” preference.

Returns:

  • (String)


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_commitmentTypes::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_modeString

Shows the status of the “savings estimation mode” preference.

Returns:

  • (String)


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