Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaInput
- 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 media file to delete.
-
#origination_phone_number_id ⇒ String
The unique identifier of the originating phone number associated with the media.
Instance Attribute Details
#media_id ⇒ String
The unique identifier of the media file to delete. Use the ‘mediaId` returned from [PostWhatsAppMessageMedia].
[1]: console.aws.amazon.com/social-messaging/latest/APIReference/API_PostWhatsAppMessageMedia.html
209 210 211 212 213 214 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 209 class DeleteWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id) SENSITIVE = [] include Aws::Structure end |
#origination_phone_number_id ⇒ String
The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as ‘phone-number-id-01234567890123456789012345678901`. Use
- GetLinkedWhatsAppBusinessAccount][1
-
to find a phone number’s id.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 209 class DeleteWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id) SENSITIVE = [] include Aws::Structure end |