Class: Aws::CostOptimizationHub::Types::ListRecommendationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costoptimizationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::Filter

The constraints that you want all returned recommendations to match.

Returns:



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_recommendationsBoolean

List of all recommendations for a resource, or a single recommendation if de-duped by ‘resourceId`.

Returns:

  • (Boolean)


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_resultsInteger

The maximum number of recommendations that are returned for the request.

Returns:

  • (Integer)


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_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


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_byTypes::OrderBy

The ordering of recommendations by a dimension.

Returns:



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