Class: Aws::SocialMessaging::Types::SendWhatsAppMessageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::SendWhatsAppMessageOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The unique identifier of the message.
Instance Attribute Details
#message_id ⇒ String
The unique identifier of the message.
680 681 682 683 684 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 680 class SendWhatsAppMessageOutput < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |