Class: Aws::ComputeOptimizer::Types::GetRecommendationSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetRecommendationSummariesResponse
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to advance to the next page of recommendation summaries.
-
#recommendation_summaries ⇒ Array<Types::RecommendationSummary>
An array of objects that summarize a recommendation.
Instance Attribute Details
#next_token ⇒ String
The token to use to advance to the next page of recommendation summaries.
This value is null when there are no more pages of recommendation summaries to return.
3604 3605 3606 3607 3608 3609 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3604 class GetRecommendationSummariesResponse < Struct.new( :next_token, :recommendation_summaries) SENSITIVE = [] include Aws::Structure end |
#recommendation_summaries ⇒ Array<Types::RecommendationSummary>
An array of objects that summarize a recommendation.
3604 3605 3606 3607 3608 3609 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3604 class GetRecommendationSummariesResponse < Struct.new( :next_token, :recommendation_summaries) SENSITIVE = [] include Aws::Structure end |