Class: Aws::SocialMessaging::Types::PutWhatsAppBusinessPublicKeyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::PutWhatsAppBusinessPublicKeyInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_public_key ⇒ String
The PEM-encoded 2048-bit RSA public key to set.
-
#kms_key_arn ⇒ String
The ARN of a customer managed asymmetric RSA key in Amazon Web Services KMS.
-
#origination_phone_number_id ⇒ String
The unique identifier of the phone number to associate with the business public key.
Instance Attribute Details
#business_public_key ⇒ String
The PEM-encoded 2048-bit RSA public key to set. Mutually exclusive
with kmsKeyArn.
1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1784 class PutWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id, :business_public_key, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of a customer managed asymmetric RSA key in Amazon Web
Services KMS. Mutually exclusive with businessPublicKey.
1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1784 class PutWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id, :business_public_key, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#origination_phone_number_id ⇒ String
The unique identifier of the phone number to associate with the business public key.
1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1784 class PutWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id, :business_public_key, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |