Class: Aws::CostOptimizationHub::Types::ListRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ListRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::Filter
The constraints that you want all returned recommendations to match.
-
#include_all_recommendations ⇒ Boolean
List of all recommendations for a resource, or a single recommendation if de-duped by ‘resourceId`.
-
#max_results ⇒ Integer
The maximum number of recommendations that are returned for the request.
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#order_by ⇒ Types::OrderBy
The ordering of recommendations by a dimension.
Instance Attribute Details
#filter ⇒ Types::Filter
The constraints that you want all returned recommendations to match.
1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1310 class ListRecommendationsRequest < Struct.new( :filter, :order_by, :include_all_recommendations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#include_all_recommendations ⇒ Boolean
List of all recommendations for a resource, or a single recommendation if de-duped by ‘resourceId`.
1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1310 class ListRecommendationsRequest < Struct.new( :filter, :order_by, :include_all_recommendations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of recommendations that are returned for the request.
1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1310 class ListRecommendationsRequest < Struct.new( :filter, :order_by, :include_all_recommendations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1310 class ListRecommendationsRequest < Struct.new( :filter, :order_by, :include_all_recommendations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ Types::OrderBy
The ordering of recommendations by a dimension.
1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1310 class ListRecommendationsRequest < Struct.new( :filter, :order_by, :include_all_recommendations, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |