Class: Aws::CleanRooms::Types::ProtectedQueryResultConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryResultConfiguration
- 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
-
#output_configuration ⇒ Types::ProtectedQueryOutputConfiguration
Configuration for protected query results.
Instance Attribute Details
#output_configuration ⇒ Types::ProtectedQueryOutputConfiguration
Configuration for protected query results.
6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6596 class ProtectedQueryResultConfiguration < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |