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
PEM-encoded RSA public key.
-
#kms_key_arn ⇒ String
Customer-managed KMS asymmetric RSA key ARN.
-
#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
PEM-encoded RSA public key. Mutually exclusive with kmsKeyArn.
1722 1723 1724 1725 1726 1727 1728 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1722 class PutWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id, :business_public_key, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
Customer-managed KMS asymmetric RSA key ARN. Mutually exclusive with businessPublicKey.
1722 1723 1724 1725 1726 1727 1728 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1722 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.
1722 1723 1724 1725 1726 1727 1728 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1722 class PutWhatsAppBusinessPublicKeyInput < Struct.new( :origination_phone_number_id, :business_public_key, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |