Class: Aws::ComputeOptimizer::Types::ExternalMetricsPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ExternalMetricsPreference
- Includes:
- Structure
- Defined in:
- 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.
2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2551 class ExternalMetricsPreference < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |