Class: Aws::EKS::Types::NodeResourcesFitVersionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The NodeResourcesFit version configuration with default value and constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scoring_strategyTypes::ScoringStrategyConfig

The scoring strategy configuration with default value and constraints.



6565
6566
6567
6568
6569
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6565

class NodeResourcesFitVersionConfig < Struct.new(
  :scoring_strategy)
  SENSITIVE = []
  include Aws::Structure
end