Class: Aws::Types::GetReservationPurchaseRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReservationPurchaseRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#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_id ⇒ ::String
Returns the value of attribute account_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def account_id @account_id end |
#account_scope ⇒ "PAYER", "LINKED"
Returns the value of attribute account_scope.
722 723 724 |
# File 'sig/types.rbs', line 722 def account_scope @account_scope end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
721 722 723 |
# File 'sig/types.rbs', line 721 def filter @filter end |
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
723 724 725 |
# File 'sig/types.rbs', line 723 def lookback_period_in_days @lookback_period_in_days end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
728 729 730 |
# File 'sig/types.rbs', line 728 def next_page_token @next_page_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
727 728 729 |
# File 'sig/types.rbs', line 727 def page_size @page_size end |
#payment_option ⇒ "NO_UPFRONT", ...
Returns the value of attribute payment_option.
725 726 727 |
# File 'sig/types.rbs', line 725 def payment_option @payment_option end |
#service ⇒ ::String
Returns the value of attribute service.
720 721 722 |
# File 'sig/types.rbs', line 720 def service @service end |
#service_specification ⇒ Types::ServiceSpecification
Returns the value of attribute service_specification.
726 727 728 |
# File 'sig/types.rbs', line 726 def service_specification @service_specification end |
#term_in_years ⇒ "ONE_YEAR", "THREE_YEARS"
Returns the value of attribute term_in_years.
724 725 726 |
# File 'sig/types.rbs', line 724 def term_in_years @term_in_years end |