Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput

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

#linked_whats_app_business_account_idString

The WABA identifier linked to the phone number, formatted as waba-01234567890123456789012345678901.

Returns:

  • (String)


214
215
216
217
218
219
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 214

class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new(
  :phone_number,
  :linked_whats_app_business_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberTypes::WhatsAppPhoneNumberDetail

The details of your WhatsApp phone number.



214
215
216
217
218
219
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 214

class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new(
  :phone_number,
  :linked_whats_app_business_account_id)
  SENSITIVE = []
  include Aws::Structure
end