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

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3882

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

#protected_queriesArray<Types::ProtectedQuerySummary>

A list of protected queries.

Returns:



3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3882

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