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.
8583 8584 8585 8586 8587 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8583 class ProtectedQueryResult < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |