Class: Aws::PinpointSMSVoiceV2::Types::SendRcsMessageResult

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)


8578
8579
8580
8581
8582
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8578

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