Class: Aws::SocialMessaging::Types::GetWhatsAppBusinessPublicKeyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppBusinessPublicKeyInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origination_phone_number_id ⇒ String
The unique identifier of the phone number whose business public key to retrieve.
Instance Attribute Details
#origination_phone_number_id ⇒ String
The unique identifier of the phone number whose business public key to retrieve.
516 517 518 519 520 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 516 class GetWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id) SENSITIVE = [] include Aws::Structure end |