Class: Aws::CleanRooms::Types::GetProtectedQueryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protected_queryTypes::ProtectedQuery

The query processing metadata.



3170
3171
3172
3173
3174
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3170

class GetProtectedQueryOutput < Struct.new(
  :protected_query)
  SENSITIVE = []
  include Aws::Structure
end