Class: Aws::SocialMessaging::Types::PostWhatsAppMessageMediaOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#media_idString

The unique identifier of the posted WhatsApp message.

Returns:

  • (String)


525
526
527
528
529
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 525

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