Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageTemplateInput

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

#delete_all_languagesBoolean

If true, deletes all language versions of the template.

Returns:

  • (Boolean)


247
248
249
250
251
252
253
254
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247

class DeleteWhatsAppMessageTemplateInput < Struct.new(
  :meta_template_id,
  :delete_all_languages,
  :id,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the WhatsApp Business Account associated with this template.

Returns:

  • (String)


247
248
249
250
251
252
253
254
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247

class DeleteWhatsAppMessageTemplateInput < Struct.new(
  :meta_template_id,
  :delete_all_languages,
  :id,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#meta_template_idString

The numeric ID of the template assigned by Meta.

Returns:

  • (String)


247
248
249
250
251
252
253
254
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247

class DeleteWhatsAppMessageTemplateInput < Struct.new(
  :meta_template_id,
  :delete_all_languages,
  :id,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the template to delete.

Returns:

  • (String)


247
248
249
250
251
252
253
254
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247

class DeleteWhatsAppMessageTemplateInput < Struct.new(
  :meta_template_id,
  :delete_all_languages,
  :id,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end