Class: Aws::CostOptimizationHub::Types::ListRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ListRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Recommendation>
List of all savings recommendations.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::Recommendation>
List of all savings recommendations.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1219 class ListRecommendationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1219 class ListRecommendationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |