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.



10827
10828
10829
10830
10831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10827

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