Class: Aws::CostExplorer::Types::GetReservationPurchaseRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationPurchaseRecommendationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::ReservationPurchaseRecommendationMetadata
Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.
-
#next_page_token ⇒ String
The pagination token for the next set of retrievable results.
-
#recommendations ⇒ Array<Types::ReservationPurchaseRecommendation>
Recommendations for reservations to purchase.
Instance Attribute Details
#metadata ⇒ Types::ReservationPurchaseRecommendationMetadata
Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.
3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3578 class GetReservationPurchaseRecommendationResponse < Struct.new( :metadata, :recommendations, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The pagination token for the next set of retrievable results.
3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3578 class GetReservationPurchaseRecommendationResponse < Struct.new( :metadata, :recommendations, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::ReservationPurchaseRecommendation>
Recommendations for reservations to purchase.
3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3578 class GetReservationPurchaseRecommendationResponse < Struct.new( :metadata, :recommendations, :next_page_token) SENSITIVE = [] include Aws::Structure end |