Class: Aws::ComputeOptimizer::Types::ExternalMetricsPreference

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

Overview

Describes the external metrics preferences for EC2 rightsizing recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

Contains the source options for external metrics preferences.

Returns:

  • (String)


2243
2244
2245
2246
2247
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2243

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