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.
675 676 677 678 679 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 675 class SendWhatsAppMessageOutput < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |