Class: Aws::PinpointSMSVoiceV2::Types::SendTextMessageResult

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)


5574
5575
5576
5577
5578
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5574

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