Class: Aws::Types::SavingsPlansPurchaseRecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansPurchaseRecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#current_on_demand_spend ⇒ ::String
Returns the value of attribute current_on_demand_spend.
-
#daily_commitment_to_purchase ⇒ ::String
Returns the value of attribute daily_commitment_to_purchase.
-
#estimated_monthly_savings_amount ⇒ ::String
Returns the value of attribute estimated_monthly_savings_amount.
-
#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_total_cost ⇒ ::String
Returns the value of attribute estimated_total_cost.
-
#hourly_commitment_to_purchase ⇒ ::String
Returns the value of attribute hourly_commitment_to_purchase.
-
#total_recommendation_count ⇒ ::String
Returns the value of attribute total_recommendation_count.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def total_recommendation_count @total_recommendation_count end |