Class: Aws::ComputeOptimizer::Types::GetEC2RecommendationProjectedMetricsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

An array of objects that describes projected metrics.



2837
2838
2839
2840
2841
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2837

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