Class: Aws::CostOptimizationHub::Types::ListRecommendationSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ListRecommendationSummariesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::Filter
Describes a filter that returns a more specific list of recommendations.
-
#group_by ⇒ String
The grouping of recommendations by a dimension.
-
#max_results ⇒ Integer
The maximum number of recommendations to be returned for the request.
-
#metrics ⇒ Array<String>
Additional metrics to be returned for the request.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#filter ⇒ Types::Filter
Describes a filter that returns a more specific list of recommendations. Filters recommendations by different dimensions.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1127 class ListRecommendationSummariesRequest < Struct.new( :filter, :group_by, :max_results, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_by ⇒ String
The grouping of recommendations by a dimension.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1127 class ListRecommendationSummariesRequest < Struct.new( :filter, :group_by, :max_results, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of recommendations to be returned for the request.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1127 class ListRecommendationSummariesRequest < Struct.new( :filter, :group_by, :max_results, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<String>
Additional metrics to be returned for the request. The only valid value is ‘savingsPercentage`.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1127 class ListRecommendationSummariesRequest < Struct.new( :filter, :group_by, :max_results, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1127 class ListRecommendationSummariesRequest < Struct.new( :filter, :group_by, :max_results, :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |