Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateMediaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateMediaInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:source_s3_file]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this media upload.
-
#source_s3_file ⇒ Types::S3File
Contains information for the S3 bucket that contains media files.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account associated with this media upload.
145 146 147 148 149 150 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 145 class CreateWhatsAppMessageTemplateMediaInput < Struct.new( :id, :source_s3_file) SENSITIVE = [:source_s3_file] include Aws::Structure end |
#source_s3_file ⇒ Types::S3File
Contains information for the S3 bucket that contains media files.
145 146 147 148 149 150 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 145 class CreateWhatsAppMessageTemplateMediaInput < Struct.new( :id, :source_s3_file) SENSITIVE = [:source_s3_file] include Aws::Structure end |