Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 media file to delete. Use the ‘mediaId` returned from [PostWhatsAppMessageMedia].

[1]: console.aws.amazon.com/social-messaging/latest/APIReference/API_PostWhatsAppMessageMedia.html

Returns:

  • (String)


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_idString

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.

[1]: docs.aws.amazon.com/social-messaging/latest/APIReference/API_GetLinkedWhatsAppBusinessAccountPhoneNumber.html

Returns:

  • (String)


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