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.



2730
2731
2732
2733
2734
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2730

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