Class: Aws::Types::DescriptiveBotBuilderSpecification
- Inherits:
-
Object
- Object
- Aws::Types::DescriptiveBotBuilderSpecification
- 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.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def bedrock_model_specification @bedrock_model_specification end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def enabled @enabled end |