Class: Aws::FraudDetector::Types::GetKMSEncryptionKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetKMSEncryptionKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key ⇒ Types::KMSKey
The KMS encryption key.
Instance Attribute Details
#kms_key ⇒ Types::KMSKey
The KMS encryption key.
2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2656 class GetKMSEncryptionKeyResult < Struct.new( :kms_key) SENSITIVE = [] include Aws::Structure end |