Class: Aws::CleanRooms::Types::ProtectedQueryResultConfiguration

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

Overview

Contains configurations for protected query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_configurationTypes::ProtectedQueryOutputConfiguration

Configuration for protected query results.



8685
8686
8687
8688
8689
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8685

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