Class: Aws::CleanRooms::Types::UpdateProtectedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateProtectedQueryOutput
- 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 output.
Instance Attribute Details
#protected_query ⇒ Types::ProtectedQuery
The protected query output.
7844 7845 7846 7847 7848 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7844 class UpdateProtectedQueryOutput < Struct.new( :protected_query) SENSITIVE = [] include Aws::Structure end |