Class: Aws::Types::SavingsPlansPurchaseRecommendationSummary

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)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def currency_code
  @currency_code
end

#current_on_demand_spend::String

Returns the value of attribute current_on_demand_spend.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def current_on_demand_spend
  @current_on_demand_spend
end

#daily_commitment_to_purchase::String

Returns the value of attribute daily_commitment_to_purchase.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def daily_commitment_to_purchase
  @daily_commitment_to_purchase
end

#estimated_monthly_savings_amount::String

Returns the value of attribute estimated_monthly_savings_amount.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def estimated_monthly_savings_amount
  @estimated_monthly_savings_amount
end

#estimated_on_demand_cost_with_current_commitment::String

Returns the value of attribute estimated_on_demand_cost_with_current_commitment.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def estimated_on_demand_cost_with_current_commitment
  @estimated_on_demand_cost_with_current_commitment
end

#estimated_roi::String

Returns the value of attribute estimated_roi.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def estimated_roi
  @estimated_roi
end

#estimated_savings_amount::String

Returns the value of attribute estimated_savings_amount.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def estimated_savings_amount
  @estimated_savings_amount
end

#estimated_savings_percentage::String

Returns the value of attribute estimated_savings_percentage.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def estimated_savings_percentage
  @estimated_savings_percentage
end

#estimated_total_cost::String

Returns the value of attribute estimated_total_cost.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def estimated_total_cost
  @estimated_total_cost
end

#hourly_commitment_to_purchase::String

Returns the value of attribute hourly_commitment_to_purchase.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def hourly_commitment_to_purchase
  @hourly_commitment_to_purchase
end

#total_recommendation_count::String

Returns the value of attribute total_recommendation_count.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def total_recommendation_count
  @total_recommendation_count
end