Class: Aws::QuickSight::Types::QDataKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A structure that contains information about the ‘QDataKey`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#q_data_key_arnString

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 '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

#q_data_key_typeString

The type of ‘QDataKey`.



27017
27018
27019
27020
27021
27022
# File '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