Class: Aws::CleanRooms::Types::ProtectedQueryResultConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryResultConfiguration
- Defined in:
- gems/aws-sdk-cleanrooms/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.
8437 8438 8439 8440 8441 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8437 class ProtectedQueryResultConfiguration < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |