Class: Aws::CleanRooms::Types::ListProtectedQueriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListProtectedQueriesOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#protected_queries ⇒ Array<Types::ProtectedQuerySummary>
A list of protected queries.
Instance Attribute Details
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5877 5878 5879 5880 5881 5882 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5877 class ListProtectedQueriesOutput < Struct.new( :next_token, :protected_queries) SENSITIVE = [] include Aws::Structure end |
#protected_queries ⇒ Array<Types::ProtectedQuerySummary>
A list of protected queries.
5877 5878 5879 5880 5881 5882 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5877 class ListProtectedQueriesOutput < Struct.new( :next_token, :protected_queries) SENSITIVE = [] include Aws::Structure end |