Class: Aws::Types::ReservationPurchaseRecommendation

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")


1161
1162
1163
# File 'sig/types.rbs', line 1161

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")


1162
1163
1164
# File 'sig/types.rbs', line 1162

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")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def payment_option
  @payment_option
end

#recommendation_details::Array[Types::ReservationPurchaseRecommendationDetail]

Returns the value of attribute recommendation_details.



1166
1167
1168
# File 'sig/types.rbs', line 1166

def recommendation_details
  @recommendation_details
end

#recommendation_summaryTypes::ReservationPurchaseRecommendationSummary

Returns the value of attribute recommendation_summary.



1167
1168
1169
# File 'sig/types.rbs', line 1167

def recommendation_summary
  @recommendation_summary
end

#service_specificationTypes::ServiceSpecification

Returns the value of attribute service_specification.



1165
1166
1167
# File 'sig/types.rbs', line 1165

def service_specification
  @service_specification
end

#term_in_years"ONE_YEAR", "THREE_YEARS"

Returns the value of attribute term_in_years.

Returns:

  • ("ONE_YEAR", "THREE_YEARS")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def term_in_years
  @term_in_years
end