Class: Aws::Types::SlotResolutionImprovementSpecification
- Inherits:
-
Object
- Object
- Aws::Types::SlotResolutionImprovementSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
Returns the value of attribute bedrock_model_specification.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
Returns the value of attribute bedrock_model_specification.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def bedrock_model_specification @bedrock_model_specification end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def enabled @enabled end |