Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateMediaOutput

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

#meta_header_handleString

The handle assigned to the uploaded media by Meta, used to reference the media in templates.

Returns:

  • (String)


159
160
161
162
163
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 159

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