Class: Aws::Types::SpeechFoundationModel
- Inherits:
-
Object
- Object
- Aws::Types::SpeechFoundationModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def model_arn @model_arn end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def voice_id @voice_id end |