Class: Aws::Types::ScoringStrategy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources::Array[Types::ResourceWeight]

Returns the value of attribute resources.

Returns:



1851
1852
1853
# File 'sig/types.rbs', line 1851

def resources
  @resources
end

#type"LeastAllocated", "MostAllocated"

Returns the value of attribute type.

Returns:

  • ("LeastAllocated", "MostAllocated")


1850
1851
1852
# File 'sig/types.rbs', line 1850

def type
  @type
end