Class: Aws::SocialMessaging::Types::SendWhatsAppMessageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::SendWhatsAppMessageOutput
- Defined in:
- gems/aws-sdk-socialmessaging/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.
1748 1749 1750 1751 1752 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1748 class SendWhatsAppMessageOutput < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |