Class: Aws::CostExplorer::Types::GetRightsizingRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetRightsizingRecommendationResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Enables you to customize recommendations across two attributes.
-
#metadata ⇒ Types::RightsizingRecommendationMetadata
Information regarding this specific recommendation set.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
-
#rightsizing_recommendations ⇒ Array<Types::RightsizingRecommendation>
Recommendations to rightsize resources.
-
#summary ⇒ Types::RightsizingRecommendationSummary
Summary of this recommendation set.
Instance Attribute Details
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Enables you 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 associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
3794 3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3794 class GetRightsizingRecommendationResponse < Struct.new( :metadata, :summary, :rightsizing_recommendations, :next_page_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::RightsizingRecommendationMetadata
Information regarding this specific recommendation set.
3794 3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3794 class GetRightsizingRecommendationResponse < Struct.new( :metadata, :summary, :rightsizing_recommendations, :next_page_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token to retrieve the next set of results.
3794 3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3794 class GetRightsizingRecommendationResponse < Struct.new( :metadata, :summary, :rightsizing_recommendations, :next_page_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#rightsizing_recommendations ⇒ Array<Types::RightsizingRecommendation>
Recommendations to rightsize resources.
3794 3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3794 class GetRightsizingRecommendationResponse < Struct.new( :metadata, :summary, :rightsizing_recommendations, :next_page_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::RightsizingRecommendationSummary
Summary of this recommendation set.
3794 3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3794 class GetRightsizingRecommendationResponse < Struct.new( :metadata, :summary, :rightsizing_recommendations, :next_page_token, :configuration) SENSITIVE = [] include Aws::Structure end |