Class: Aws::SocialMessaging::Types::PostWhatsAppMessageMediaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::PostWhatsAppMessageMediaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_id ⇒ String
The unique identifier of the posted WhatsApp message.
Instance Attribute Details
#media_id ⇒ String
The unique identifier of the posted WhatsApp message.
530 531 532 533 534 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 530 class PostWhatsAppMessageMediaOutput < Struct.new( :media_id) SENSITIVE = [] include Aws::Structure end |