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)


2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2054

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

#savings_estimation_modeString

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

Returns:

  • (String)


2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2054

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