Class: Aws::Types::ReservationPurchaseRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::ReservationPurchaseRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
-
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
-
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
-
#recommendation_details ⇒ ::Array[Types::ReservationPurchaseRecommendationDetail]
Returns the value of attribute recommendation_details.
-
#recommendation_summary ⇒ Types::ReservationPurchaseRecommendationSummary
Returns the value of attribute recommendation_summary.
-
#service_specification ⇒ Types::ServiceSpecification
Returns the value of attribute service_specification.
-
#term_in_years ⇒ "ONE_YEAR", "THREE_YEARS"
Returns the value of attribute term_in_years.
Instance Attribute Details
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def account_scope @account_scope end |
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_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.
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_summary ⇒ Types::ReservationPurchaseRecommendationSummary
Returns the value of attribute recommendation_summary.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def recommendation_summary @recommendation_summary end |
#service_specification ⇒ Types::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.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def term_in_years @term_in_years end |