Class: Aws::SocialMessaging::Types::GetWhatsAppCallPermissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppCallPermissionInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:destination_phone_number, :end_user_bsuid]
Instance Attribute Summary collapse
-
#destination_phone_number ⇒ String
The end user's phone number, in E.164 format, for which to retrieve the calling permission.
-
#end_user_bsuid ⇒ String
The business-scoped user identifier (BSUID) of the end user for which to retrieve the calling permission.
-
#origination_phone_number_id ⇒ String
The unique identifier of the business phone number for which to retrieve the calling permission.
Instance Attribute Details
#destination_phone_number ⇒ String
The end user's phone number, in E.164 format, for which to retrieve the calling permission.
574 575 576 577 578 579 580 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 574 class GetWhatsAppCallPermissionInput < Struct.new( :origination_phone_number_id, :destination_phone_number, :end_user_bsuid) SENSITIVE = [:destination_phone_number, :end_user_bsuid] include Aws::Structure end |
#end_user_bsuid ⇒ String
The business-scoped user identifier (BSUID) of the end user for which to retrieve the calling permission.
574 575 576 577 578 579 580 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 574 class GetWhatsAppCallPermissionInput < Struct.new( :origination_phone_number_id, :destination_phone_number, :end_user_bsuid) SENSITIVE = [:destination_phone_number, :end_user_bsuid] include Aws::Structure end |
#origination_phone_number_id ⇒ String
The unique identifier of the business phone number for which to
retrieve the calling permission. The phone number identifiers are
formatted as phone-number-id-01234567890123456789012345678901.
574 575 576 577 578 579 580 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 574 class GetWhatsAppCallPermissionInput < Struct.new( :origination_phone_number_id, :destination_phone_number, :end_user_bsuid) SENSITIVE = [:destination_phone_number, :end_user_bsuid] include Aws::Structure end |