Class: Aws::Types::ScoringStrategy
- Inherits:
-
Object
- Object
- Aws::Types::ScoringStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources ⇒ ::Array[Types::ResourceWeight]
Returns the value of attribute resources.
-
#type ⇒ "LeastAllocated", "MostAllocated"
Returns the value of attribute type.
Instance Attribute Details
#resources ⇒ ::Array[Types::ResourceWeight]
Returns the value of attribute resources.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def resources @resources end |
#type ⇒ "LeastAllocated", "MostAllocated"
Returns the value of attribute type.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def type @type end |