Class: Aws::SocialMessaging::Types::PutWhatsAppBusinessPublicKeyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_public_keyString

PEM-encoded RSA public key. Mutually exclusive with kmsKeyArn.

Returns:

  • (String)


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_arnString

Customer-managed KMS asymmetric RSA key ARN. Mutually exclusive with businessPublicKey.

Returns:

  • (String)


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_idString

The unique identifier of the phone number to associate with the business public key.

Returns:

  • (String)


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