Class: Aws::Types::VoiceSettings
- Inherits:
-
Object
- Object
- Aws::Types::VoiceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ "standard", ...
Returns the value of attribute engine.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#engine ⇒ "standard", ...
Returns the value of attribute engine.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def engine @engine end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def voice_id @voice_id end |