Class: Aws::CleanRooms::Types::GetProtectedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetProtectedQueryOutput
- 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 query processing metadata.
Instance Attribute Details
#protected_query ⇒ Types::ProtectedQuery
The query processing metadata.
4031 4032 4033 4034 4035 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4031 class GetProtectedQueryOutput < Struct.new( :protected_query) SENSITIVE = [] include Aws::Structure end |