Class: Aws::ComputeOptimizer::Types::EffectivePreferredResource

Inherits:
Struct
  • Object
show all
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.

Compute Optimizer only supports Amazon EC2 instance types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effective_include_listArray<String>

The expanded version of your preferred resource's include list.

Returns:

  • (Array<String>)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1324

class EffectivePreferredResource < Struct.new(
  :name,
  :include_list,
  :effective_include_list,
  :exclude_list)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_listArray<String>

The list of preferred resources values that you want excluded from rightsizing recommendation candidates.

Returns:

  • (Array<String>)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1324

class EffectivePreferredResource < Struct.new(
  :name,
  :include_list,
  :effective_include_list,
  :exclude_list)
  SENSITIVE = []
  include Aws::Structure
end

#include_listArray<String>

The list of preferred resource values that you want considered as rightsizing recommendation candidates.

Returns:

  • (Array<String>)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1324

class EffectivePreferredResource < Struct.new(
  :name,
  :include_list,
  :effective_include_list,
  :exclude_list)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the preferred resource list.

Returns:

  • (String)


1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1324

class EffectivePreferredResource < Struct.new(
  :name,
  :include_list,
  :effective_include_list,
  :exclude_list)
  SENSITIVE = []
  include Aws::Structure
end