Class: Aws::ComputeOptimizer::Types::ExternalMetricsPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ExternalMetricsPreference
- 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
-
#source ⇒ String
Contains the source options for external metrics preferences.
Instance Attribute Details
#source ⇒ String
Contains the source options for external metrics preferences.
2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2398 class ExternalMetricsPreference < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |