Class: Aws::Types::SavingsPlansPurchaseRecommendationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def 
  @account_id
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def recommendation_detail_id
  @recommendation_detail_id
end

#savings_plans_detailsTypes::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.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def upfront_cost
  @upfront_cost
end