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

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

Shows the status of the "member account discount visibility" preference.

Returns:

  • (String)


1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1940

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

#savings_estimation_modeString

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

Returns:

  • (String)


1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1940

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