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.
2513 2514 2515 2516 2517 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2513 class ExternalMetricsPreference < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |