Class: Aws::CleanRooms::Types::ListProtectedQueriesOutput

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

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


5324
5325
5326
5327
5328
5329
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5324

class ListProtectedQueriesOutput < Struct.new(
  :next_token,
  :protected_queries)
  SENSITIVE = []
  include Aws::Structure
end

#protected_queriesArray<Types::ProtectedQuerySummary>

A list of protected queries.

Returns:



5324
5325
5326
5327
5328
5329
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5324

class ListProtectedQueriesOutput < Struct.new(
  :next_token,
  :protected_queries)
  SENSITIVE = []
  include Aws::Structure
end