Class: Aws::Types::SendNotifyVoiceMessageResult
- Inherits:
-
Object
- Object
- Aws::Types::SendNotifyVoiceMessageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#resolved_message_body ⇒ ::String
Returns the value of attribute resolved_message_body.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#message_id ⇒ ::String
Returns the value of attribute message_id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def @message_id end |
#resolved_message_body ⇒ ::String
Returns the value of attribute resolved_message_body.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def @resolved_message_body end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def template_id @template_id end |