Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateMediaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateMediaOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meta_header_handle ⇒ String
The handle assigned to the uploaded media by Meta, used to reference the media in templates.
Instance Attribute Details
#meta_header_handle ⇒ String
The handle assigned to the uploaded media by Meta, used to reference the media in templates.
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 |