Class: Aws::CleanRooms::Types::ProtectedQueryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Details about the query results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ Types::ProtectedQueryOutput
The output of the protected query.
Instance Attribute Details
#output ⇒ Types::ProtectedQueryOutput
The output of the protected query.
6256 6257 6258 6259 6260 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6256 class ProtectedQueryResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |