Class: Aws::Types::ScoringStrategyConstraints
- Inherits:
-
Object
- Object
- Aws::Types::ScoringStrategyConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources ⇒ Types::ResourceConstraints
Returns the value of attribute resources.
-
#scoring_strategy ⇒ Types::AllowedValuesConstraint
Returns the value of attribute scoring_strategy.
Instance Attribute Details
#resources ⇒ Types::ResourceConstraints
Returns the value of attribute resources.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def resources @resources end |
#scoring_strategy ⇒ Types::AllowedValuesConstraint
Returns the value of attribute scoring_strategy.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def scoring_strategy @scoring_strategy end |