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

#call_settingsTypes::WhatsAppCallSettings

The calling settings configured for the phone number. This value is absent when calling is not configured.



517
518
519
520
521
522
523
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517

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

#linked_whats_app_business_account_idString

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

Returns:

  • (String)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517

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

#phone_numberTypes::WhatsAppPhoneNumberDetail

The details of your WhatsApp phone number.



517
518
519
520
521
522
523
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517

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