Class: Aws::SocialMessaging::Types::DisassociateWhatsAppBusinessAccountInput

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

#idString

The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as waba-01234567890123456789012345678901. Use ListLinkedWhatsAppBusinessAccounts to list all WABAs and their details.

Returns:

  • (String)


440
441
442
443
444
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 440

class DisassociateWhatsAppBusinessAccountInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end