Class: Aws::SocialMessaging::Types::UpdateLinkedWhatsAppBusinessAccountPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateLinkedWhatsAppBusinessAccountPhoneNumberInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_settings ⇒ Types::WhatsAppCallSettings
The calling settings to apply to the phone number.
-
#id ⇒ String
The unique identifier of the phone number to update.
Instance Attribute Details
#call_settings ⇒ Types::WhatsAppCallSettings
The calling settings to apply to the phone number.
2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2145 class UpdateLinkedWhatsAppBusinessAccountPhoneNumberInput < Struct.new( :id, :call_settings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the phone number to update. The phone
number identifiers are formatted as
phone-number-id-01234567890123456789012345678901.
2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2145 class UpdateLinkedWhatsAppBusinessAccountPhoneNumberInput < Struct.new( :id, :call_settings) SENSITIVE = [] include Aws::Structure end |