Class: Aws::CleanRooms::Types::StartProtectedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartProtectedQueryOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
3266 3267 3268 3269 3270 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3266 class StartProtectedQueryOutput < Struct.new( :protected_query) SENSITIVE = [] include Aws::Structure end |