Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the phone number.
Instance Attribute Details
#id ⇒ String
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.
197 198 199 200 201 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 197 class GetLinkedWhatsAppBusinessAccountPhoneNumberInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |