Class: Aws::Types::SavingsPlansPurchaseRecommendationDetail
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansPurchaseRecommendationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#current_average_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_average_hourly_on_demand_spend.
-
#current_maximum_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_maximum_hourly_on_demand_spend.
-
#current_minimum_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_minimum_hourly_on_demand_spend.
-
#estimated_average_utilization ⇒ ::String
Returns the value of attribute estimated_average_utilization.
-
#estimated_monthly_savings_amount ⇒ ::String
Returns the value of attribute estimated_monthly_savings_amount.
-
#estimated_on_demand_cost ⇒ ::String
Returns the value of attribute estimated_on_demand_cost.
-
#estimated_on_demand_cost_with_current_commitment ⇒ ::String
Returns the value of attribute estimated_on_demand_cost_with_current_commitment.
-
#estimated_roi ⇒ ::String
Returns the value of attribute estimated_roi.
-
#estimated_savings_amount ⇒ ::String
Returns the value of attribute estimated_savings_amount.
-
#estimated_savings_percentage ⇒ ::String
Returns the value of attribute estimated_savings_percentage.
-
#estimated_sp_cost ⇒ ::String
Returns the value of attribute estimated_sp_cost.
-
#hourly_commitment_to_purchase ⇒ ::String
Returns the value of attribute hourly_commitment_to_purchase.
-
#recommendation_detail_id ⇒ ::String
Returns the value of attribute recommendation_detail_id.
-
#savings_plans_details ⇒ Types::SavingsPlansDetails
Returns the value of attribute savings_plans_details.
-
#upfront_cost ⇒ ::String
Returns the value of attribute upfront_cost.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def account_id @account_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def currency_code @currency_code end |
#current_average_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_average_hourly_on_demand_spend.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def current_average_hourly_on_demand_spend @current_average_hourly_on_demand_spend end |
#current_maximum_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_maximum_hourly_on_demand_spend.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def current_maximum_hourly_on_demand_spend @current_maximum_hourly_on_demand_spend end |
#current_minimum_hourly_on_demand_spend ⇒ ::String
Returns the value of attribute current_minimum_hourly_on_demand_spend.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def current_minimum_hourly_on_demand_spend @current_minimum_hourly_on_demand_spend end |
#estimated_average_utilization ⇒ ::String
Returns the value of attribute estimated_average_utilization.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def estimated_average_utilization @estimated_average_utilization end |
#estimated_monthly_savings_amount ⇒ ::String
Returns the value of attribute estimated_monthly_savings_amount.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def estimated_monthly_savings_amount @estimated_monthly_savings_amount end |
#estimated_on_demand_cost ⇒ ::String
Returns the value of attribute estimated_on_demand_cost.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def estimated_on_demand_cost @estimated_on_demand_cost end |
#estimated_on_demand_cost_with_current_commitment ⇒ ::String
Returns the value of attribute estimated_on_demand_cost_with_current_commitment.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 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.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def estimated_roi @estimated_roi end |
#estimated_savings_amount ⇒ ::String
Returns the value of attribute estimated_savings_amount.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def estimated_savings_amount @estimated_savings_amount end |
#estimated_savings_percentage ⇒ ::String
Returns the value of attribute estimated_savings_percentage.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def estimated_savings_percentage @estimated_savings_percentage end |
#estimated_sp_cost ⇒ ::String
Returns the value of attribute estimated_sp_cost.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def estimated_sp_cost @estimated_sp_cost end |
#hourly_commitment_to_purchase ⇒ ::String
Returns the value of attribute hourly_commitment_to_purchase.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def hourly_commitment_to_purchase @hourly_commitment_to_purchase end |
#recommendation_detail_id ⇒ ::String
Returns the value of attribute recommendation_detail_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def recommendation_detail_id @recommendation_detail_id end |
#savings_plans_details ⇒ Types::SavingsPlansDetails
Returns the value of attribute savings_plans_details.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def savings_plans_details @savings_plans_details end |
#upfront_cost ⇒ ::String
Returns the value of attribute upfront_cost.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def upfront_cost @upfront_cost end |