Class: Aws::FraudDetector::Types::GetKMSEncryptionKeyResult

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_keyTypes::KMSKey

The KMS encryption key.

Returns:



2656
2657
2658
2659
2660
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2656

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