Class: Aws::Types::RightsizingRecommendationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_total_monthly_savings_amount::String

Returns the value of attribute estimated_total_monthly_savings_amount.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def estimated_total_monthly_savings_amount
  @estimated_total_monthly_savings_amount
end

#savings_currency_code::String

Returns the value of attribute savings_currency_code.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def savings_currency_code
  @savings_currency_code
end

#savings_percentage::String

Returns the value of attribute savings_percentage.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def savings_percentage
  @savings_percentage
end

#total_recommendation_count::String

Returns the value of attribute total_recommendation_count.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def total_recommendation_count
  @total_recommendation_count
end