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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protected_queryTypes::ProtectedQuery

The protected query.



7166
7167
7168
7169
7170
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7166

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