Class: Aws::Types::ScoringStrategyConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScoringStrategyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::ScoringStrategyConstraints
Returns the value of attribute constraints.
-
#default_value ⇒ Types::ScoringStrategy
Returns the value of attribute default_value.
Instance Attribute Details
#constraints ⇒ Types::ScoringStrategyConstraints
Returns the value of attribute constraints.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def constraints @constraints end |
#default_value ⇒ Types::ScoringStrategy
Returns the value of attribute default_value.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def default_value @default_value end |