Class: Aws::SocialMessaging::Types::UpdateLinkedWhatsAppBusinessAccountPhoneNumberOutput

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

#phone_number_idString

The unique identifier of the phone number that was updated.

Returns:

  • (String)


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