Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationProjectedMetricsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

An array of objects that describes the projected metrics.



3026
3027
3028
3029
3030
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3026

class GetECSServiceRecommendationProjectedMetricsResponse < Struct.new(
  :recommended_option_projected_metrics)
  SENSITIVE = []
  include Aws::Structure
end