Class: Aws::SocialMessaging::Types::UpdateLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_id ⇒ String
The unique identifier of the phone number that was updated.
Instance Attribute Details
#phone_number_id ⇒ String
The unique identifier of the phone number that was updated.
2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2158 class UpdateLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number_id) SENSITIVE = [] include Aws::Structure end |