Class: Aws::Types::SavingsPlansPurchaseRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_scope"PAYER", "LINKED"

Returns the value of attribute account_scope.

Returns:

  • ("PAYER", "LINKED")


1381
1382
1383
# File 'sig/types.rbs', line 1381

def 
  @account_scope
end

#lookback_period_in_days"SEVEN_DAYS", ...

Returns the value of attribute lookback_period_in_days.

Returns:

  • ("SEVEN_DAYS", "THIRTY_DAYS", "SIXTY_DAYS")


1385
1386
1387
# File 'sig/types.rbs', line 1385

def lookback_period_in_days
  @lookback_period_in_days
end

#payment_option"NO_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

  • ("NO_UPFRONT", "PARTIAL_UPFRONT", "ALL_UPFRONT", "LIGHT_UTILIZATION", "MEDIUM_UTILIZATION", "HEAVY_UTILIZATION")


1384
1385
1386
# File 'sig/types.rbs', line 1384

def payment_option
  @payment_option
end

#savings_plans_purchase_recommendation_details::Array[Types::SavingsPlansPurchaseRecommendationDetail]

Returns the value of attribute savings_plans_purchase_recommendation_details.



1386
1387
1388
# File 'sig/types.rbs', line 1386

def savings_plans_purchase_recommendation_details
  @savings_plans_purchase_recommendation_details
end

#savings_plans_purchase_recommendation_summaryTypes::SavingsPlansPurchaseRecommendationSummary

Returns the value of attribute savings_plans_purchase_recommendation_summary.



1387
1388
1389
# File 'sig/types.rbs', line 1387

def savings_plans_purchase_recommendation_summary
  @savings_plans_purchase_recommendation_summary
end

#savings_plans_type"COMPUTE_SP", ...

Returns the value of attribute savings_plans_type.

Returns:

  • ("COMPUTE_SP", "EC2_INSTANCE_SP", "SAGEMAKER_SP", "DATABASE_SP")


1382
1383
1384
# File 'sig/types.rbs', line 1382

def savings_plans_type
  @savings_plans_type
end

#term_in_years"ONE_YEAR", "THREE_YEARS"

Returns the value of attribute term_in_years.

Returns:

  • ("ONE_YEAR", "THREE_YEARS")


1383
1384
1385
# File 'sig/types.rbs', line 1383

def term_in_years
  @term_in_years
end