Class: Aws::Types::GetReservationPurchaseRecommendationRequest

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:



719
720
721
# File 'sig/types.rbs', line 719

def 
  @account_id
end

#account_scope"PAYER", "LINKED"

Returns the value of attribute account_scope.

Returns:



722
723
724
# File 'sig/types.rbs', line 722

def 
  @account_scope
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def payment_option
  @payment_option
end

#service::String

Returns the value of attribute service.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def service
  @service
end

#service_specificationTypes::ServiceSpecification

Returns the value of attribute service_specification.

Returns:



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.

Returns:



724
725
726
# File 'sig/types.rbs', line 724

def term_in_years
  @term_in_years
end