Class: Aws::Types::ReservationPurchaseRecommendationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def currency_code
  @currency_code
end

#total_estimated_monthly_savings_amount::String

Returns the value of attribute total_estimated_monthly_savings_amount.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def total_estimated_monthly_savings_amount
  @total_estimated_monthly_savings_amount
end

#total_estimated_monthly_savings_percentage::String

Returns the value of attribute total_estimated_monthly_savings_percentage.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def total_estimated_monthly_savings_percentage
  @total_estimated_monthly_savings_percentage
end