Class: Aws::FraudDetector::Types::PutKMSEncryptionKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_encryption_key_arnString

The KMS encryption key ARN.

The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.

Returns:

  • (String)


3996
3997
3998
3999
4000
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3996

class PutKMSEncryptionKeyRequest < Struct.new(
  :kms_encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end