Class: Aws::QuickSight::Types::QDataKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QDataKey
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information about the QDataKey
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#q_data_key_arn ⇒ String
The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as a
QDataKey
. -
#q_data_key_type ⇒ String
The type of
QDataKey
.
Instance Attribute Details
#q_data_key_arn ⇒ String
The ARN of the KMS key that is registered to a QuickSight account
for encryption and decryption use as a QDataKey
.
27017 27018 27019 27020 27021 27022 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27017 class QDataKey < Struct.new( :q_data_key_arn, :q_data_key_type) SENSITIVE = [] include Aws::Structure end |