Class: Aws::CleanRooms::Types::StartProtectedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartProtectedQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protected_query ⇒ Types::ProtectedQuery
The protected query.
Instance Attribute Details
#protected_query ⇒ Types::ProtectedQuery
The protected query.
9189 9190 9191 9192 9193 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9189 class StartProtectedQueryOutput < Struct.new( :protected_query) SENSITIVE = [] include Aws::Structure end |