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.



8903
8904
8905
8906
8907
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8903

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