Class: Aws::CostExplorer::Types::GetReservationPurchaseRecommendationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::ReservationPurchaseRecommendationMetadata

Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.



3582
3583
3584
3585
3586
3587
3588
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3582

class GetReservationPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :recommendations,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The pagination token for the next set of retrievable results.

Returns:

  • (String)


3582
3583
3584
3585
3586
3587
3588
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3582

class GetReservationPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :recommendations,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationsArray<Types::ReservationPurchaseRecommendation>

Recommendations for reservations to purchase.



3582
3583
3584
3585
3586
3587
3588
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3582

class GetReservationPurchaseRecommendationResponse < Struct.new(
  :metadata,
  :recommendations,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end