Class: Aws::Types::VoiceMessage
- Inherits:
-
Object
- Object
- Aws::Types::VoiceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def body @body end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def language_code @language_code end |
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def origination_number @origination_number end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def substitutions @substitutions end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def voice_id @voice_id end |