Class: Aws::FraudDetector::Types::KMSKey

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

Overview

The KMS key details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_encryption_key_arnString

The encryption key ARN.

Returns:

  • (String)


3136
3137
3138
3139
3140
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3136

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