Class: Aws::Types::GetRightsizingRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRightsizingRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Returns the value of attribute configuration.
-
#metadata ⇒ Types::RightsizingRecommendationMetadata
Returns the value of attribute metadata.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#rightsizing_recommendations ⇒ ::Array[Types::RightsizingRecommendation]
Returns the value of attribute rightsizing_recommendations.
-
#summary ⇒ Types::RightsizingRecommendationSummary
Returns the value of attribute summary.
Instance Attribute Details
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Returns the value of attribute configuration.
771 772 773 |
# File 'sig/types.rbs', line 771 def configuration @configuration end |
#metadata ⇒ Types::RightsizingRecommendationMetadata
Returns the value of attribute metadata.
767 768 769 |
# File 'sig/types.rbs', line 767 def @metadata end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
770 771 772 |
# File 'sig/types.rbs', line 770 def next_page_token @next_page_token end |
#rightsizing_recommendations ⇒ ::Array[Types::RightsizingRecommendation]
Returns the value of attribute rightsizing_recommendations.
769 770 771 |
# File 'sig/types.rbs', line 769 def rightsizing_recommendations @rightsizing_recommendations end |
#summary ⇒ Types::RightsizingRecommendationSummary
Returns the value of attribute summary.
768 769 770 |
# File 'sig/types.rbs', line 768 def summary @summary end |