Class: Aws::Types::SampleUtteranceGenerationSpecification
- Inherits:
-
Object
- Object
- Aws::Types::SampleUtteranceGenerationSpecification
- 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.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def bedrock_model_specification @bedrock_model_specification end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def enabled @enabled end |