Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountIdMetaData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Contains your WhatsApp registration status and details of any unregistered WhatsApp phone number.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameString

The name of your account.

Returns:

  • (String)


372
373
374
375
376
377
378
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372

class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new(
  :account_name,
  :registration_status,
  :unregistered_whats_app_phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#registration_statusString

The registration status of the linked WhatsApp Business Account.

Returns:

  • (String)


372
373
374
375
376
377
378
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372

class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new(
  :account_name,
  :registration_status,
  :unregistered_whats_app_phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#unregistered_whats_app_phone_numbersArray<Types::WhatsAppPhoneNumberDetail>

The details for unregistered WhatsApp phone numbers.



372
373
374
375
376
377
378
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372

class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new(
  :account_name,
  :registration_status,
  :unregistered_whats_app_phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end