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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/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)


689
690
691
692
693
694
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 689

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

#savings_estimation_modeString

Retrieves the status of the "savings estimation mode" preference.

Returns:

  • (String)


689
690
691
692
693
694
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 689

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