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

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

#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.

Returns:

  • (String)


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

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