Class: Aws::CleanRooms::Types::StartProtectedQueryOutput

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 protected query.



5302
5303
5304
5305
5306
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5302

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