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

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

#media_idString

The unique identifier of the media file to delete. Use the mediaId returned from PostWhatsAppMessageMedia.

Returns:

  • (String)


96
97
98
99
100
101
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 96

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 to find a phone number's id.

Returns:

  • (String)


96
97
98
99
100
101
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 96

class DeleteWhatsAppMessageMediaInput < Struct.new(
  :media_id,
  :origination_phone_number_id)
  SENSITIVE = []
  include Aws::Structure
end