Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberInput

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

#idString

The unique identifier of the phone number. Phone number identifiers are formatted as ‘phone-number-id-01234567890123456789012345678901`. Use [GetLinkedWhatsAppBusinessAccount] to find a phone number’s id.

[1]: docs.aws.amazon.com/social-messaging/latest/APIReference/API_GetLinkedWhatsAppBusinessAccountPhoneNumber.html

Returns:

  • (String)


197
198
199
200
201
# File 'lib/aws-sdk-socialmessaging/types.rb', line 197

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