Class: Aws::CostExplorer::Types::GetReservationPurchaseRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationPurchaseRecommendationResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3726 class GetReservationPurchaseRecommendationResponse < Struct.new( :metadata, :recommendations, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::ReservationPurchaseRecommendation>
Recommendations for reservations to purchase.
3726 3727 3728 3729 3730 3731 3732 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3726 class GetReservationPurchaseRecommendationResponse < Struct.new( :metadata, :recommendations, :next_page_token) SENSITIVE = [] include Aws::Structure end |