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 Quick Sight 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 Quick Sight account
for encryption and decryption use as a QDataKey
.
28297 28298 28299 28300 28301 28302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28297 class QDataKey < Struct.new( :q_data_key_arn, :q_data_key_type) SENSITIVE = [] include Aws::Structure end |