Class: Aws::PinpointSMSVoice::Types::SendVoiceMessageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/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

Instance Attribute Details

#message_idString

A unique identifier for the voice message.

Returns:

  • (String)


486
487
488
489
490
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 486

class SendVoiceMessageResponse < Struct.new(
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end