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.
6624 6625 6626 6627 6628 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6624 class ProtectedQueryResultConfiguration < Struct.new( :output_configuration) SENSITIVE = [] include Aws::Structure end |