Class: Aws::ComputeOptimizer::Types::EffectivePreferredResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::EffectivePreferredResource
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the effective preferred resources that Compute Optimizer considers as rightsizing recommendation candidates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_include_list ⇒ Array<String>
The expanded version of your preferred resource's include list.
-
#exclude_list ⇒ Array<String>
The list of preferred resources values that you want excluded from rightsizing recommendation candidates.
-
#include_list ⇒ Array<String>
The list of preferred resource values that you want considered as rightsizing recommendation candidates.
-
#name ⇒ String
The name of the preferred resource list.
Instance Attribute Details
#effective_include_list ⇒ Array<String>
The expanded version of your preferred resource's include list.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1354 class EffectivePreferredResource < Struct.new( :name, :include_list, :effective_include_list, :exclude_list) SENSITIVE = [] include Aws::Structure end |
#exclude_list ⇒ Array<String>
The list of preferred resources values that you want excluded from rightsizing recommendation candidates.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1354 class EffectivePreferredResource < Struct.new( :name, :include_list, :effective_include_list, :exclude_list) SENSITIVE = [] include Aws::Structure end |
#include_list ⇒ Array<String>
The list of preferred resource values that you want considered as rightsizing recommendation candidates.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1354 class EffectivePreferredResource < Struct.new( :name, :include_list, :effective_include_list, :exclude_list) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the preferred resource list.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1354 class EffectivePreferredResource < Struct.new( :name, :include_list, :effective_include_list, :exclude_list) SENSITIVE = [] include Aws::Structure end |