Class: Aws::CostOptimizationHub::Types::GetPreferencesResponse

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

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

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 877

class GetPreferencesResponse < Struct.new(
  :savings_estimation_mode,
  :member_account_discount_visibility,
  :preferred_commitment)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_commitmentTypes::PreferredCommitment

Retrieves the current preferences for how Reserved Instances and Savings Plans cost-saving opportunities are prioritized in terms of payment option and term length.



877
878
879
880
881
882
883
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 877

class GetPreferencesResponse < Struct.new(
  :savings_estimation_mode,
  :member_account_discount_visibility,
  :preferred_commitment)
  SENSITIVE = []
  include Aws::Structure
end

#savings_estimation_modeString

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

Returns:

  • (String)


877
878
879
880
881
882
883
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 877

class GetPreferencesResponse < Struct.new(
  :savings_estimation_mode,
  :member_account_discount_visibility,
  :preferred_commitment)
  SENSITIVE = []
  include Aws::Structure
end