Class: Aws::Types::VoiceTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::VoiceTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def body @body end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def default_substitutions @default_substitutions end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def language_code @language_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def template_description @template_description end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def voice_id @voice_id end |