Class: Aws::Types::GetSavingsPlansPurchaseRecommendationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::SavingsPlansPurchaseRecommendationMetadata

Returns the value of attribute metadata.



817
818
819
# File 'sig/types.rbs', line 817

def 
  
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def next_page_token
  @next_page_token
end

#savings_plans_purchase_recommendationTypes::SavingsPlansPurchaseRecommendation

Returns the value of attribute savings_plans_purchase_recommendation.



818
819
820
# File 'sig/types.rbs', line 818

def savings_plans_purchase_recommendation
  @savings_plans_purchase_recommendation
end