Class: Aws::Types::DescribeVoicesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVoicesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ "standard", ...
Returns the value of attribute engine.
-
#include_additional_language_codes ⇒ Boolean
Returns the value of attribute include_additional_language_codes.
-
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#engine ⇒ "standard", ...
Returns the value of attribute engine.
31 32 33 |
# File 'sig/types.rbs', line 31 def engine @engine end |
#include_additional_language_codes ⇒ Boolean
Returns the value of attribute include_additional_language_codes.
33 34 35 |
# File 'sig/types.rbs', line 33 def include_additional_language_codes @include_additional_language_codes end |
#language_code ⇒ "arb", ...
Returns the value of attribute language_code.
32 33 34 |
# File 'sig/types.rbs', line 32 def language_code @language_code end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
34 35 36 |
# File 'sig/types.rbs', line 34 def next_token @next_token end |