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.
4059 4060 4061 4062 4063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4059 class GetProtectedQueryOutput < Struct.new( :protected_query) SENSITIVE = [] include Aws::Structure end |