Class: Aws::PinpointSMSVoice::Types::SendVoiceMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::SendVoiceMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that that contains the Message ID of a Voice message that was sent successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
A unique identifier for the voice message.
Instance Attribute Details
#message_id ⇒ String
A unique identifier for the voice message.
486 487 488 489 490 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 486 class SendVoiceMessageResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |