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

The PEM-encoded 2048-bit RSA public key to set. Mutually exclusive with kmsKeyArn.

Returns:

  • (String)


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_arnString

The ARN of a customer managed asymmetric RSA key in Amazon Web Services KMS. Mutually exclusive with businessPublicKey.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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