Class: Aws::Types::RecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aggregated_savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute aggregated_savings_opportunity.
-
#current_performance_risk_ratings ⇒ Types::CurrentPerformanceRiskRatings
Returns the value of attribute current_performance_risk_ratings.
-
#idle_savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute idle_savings_opportunity.
-
#idle_summaries ⇒ ::Array[Types::IdleSummary]
Returns the value of attribute idle_summaries.
-
#inferred_workload_savings ⇒ ::Array[Types::InferredWorkloadSaving]
Returns the value of attribute inferred_workload_savings.
-
#recommendation_resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute recommendation_resource_type.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#summaries ⇒ ::Array[Types::Summary]
Returns the value of attribute summaries.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def account_id @account_id end |
#aggregated_savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute aggregated_savings_opportunity.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def aggregated_savings_opportunity @aggregated_savings_opportunity end |
#current_performance_risk_ratings ⇒ Types::CurrentPerformanceRiskRatings
Returns the value of attribute current_performance_risk_ratings.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def @current_performance_risk_ratings end |
#idle_savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute idle_savings_opportunity.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def idle_savings_opportunity @idle_savings_opportunity end |
#idle_summaries ⇒ ::Array[Types::IdleSummary]
Returns the value of attribute idle_summaries.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def idle_summaries @idle_summaries end |
#inferred_workload_savings ⇒ ::Array[Types::InferredWorkloadSaving]
Returns the value of attribute inferred_workload_savings.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def inferred_workload_savings @inferred_workload_savings end |
#recommendation_resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute recommendation_resource_type.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def recommendation_resource_type @recommendation_resource_type end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def savings_opportunity @savings_opportunity end |
#summaries ⇒ ::Array[Types::Summary]
Returns the value of attribute summaries.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def summaries @summaries end |