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.



2952
2953
2954
2955
2956
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2952

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