Class: Aws::PinpointSMSVoiceV2::Types::SendVoiceMessageResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique identifier for the message.

Returns:

  • (String)


8815
8816
8817
8818
8819
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8815

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