Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountOutput

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

#accountTypes::LinkedWhatsAppBusinessAccount

The details of the linked WhatsApp Business Account.



329
330
331
332
333
# File 'lib/aws-sdk-socialmessaging/types.rb', line 329

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