Class: Aws::CostExplorer::Types::GetRightsizingRecommendationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RightsizingRecommendationConfiguration

You can use Configuration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.



3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3904

class GetRightsizingRecommendationResponse < Struct.new(
  :metadata,
  :summary,
  :rightsizing_recommendations,
  :next_page_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::RightsizingRecommendationMetadata

Information regarding this specific recommendation set.



3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3904

class GetRightsizingRecommendationResponse < Struct.new(
  :metadata,
  :summary,
  :rightsizing_recommendations,
  :next_page_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3904

class GetRightsizingRecommendationResponse < Struct.new(
  :metadata,
  :summary,
  :rightsizing_recommendations,
  :next_page_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rightsizing_recommendationsArray<Types::RightsizingRecommendation>

Recommendations to rightsize resources.



3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3904

class GetRightsizingRecommendationResponse < Struct.new(
  :metadata,
  :summary,
  :rightsizing_recommendations,
  :next_page_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::RightsizingRecommendationSummary

Summary of this recommendation set.



3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3904

class GetRightsizingRecommendationResponse < Struct.new(
  :metadata,
  :summary,
  :rightsizing_recommendations,
  :next_page_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end