Class: Aws::CleanRooms::Types::ListProtectedQueriesInput

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

#max_resultsInteger

The maximum number of results that are returned for an API request call. The service chooses a default number if you don’t set one. The service might return a ‘nextToken` even if the `maxResults` value has not been met.

Returns:

  • (Integer)


5305
5306
5307
5308
5309
5310
5311
5312
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

class ListProtectedQueriesInput < Struct.new(
  :membership_identifier,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The identifier for the membership in the collaboration.

Returns:

  • (String)


5305
5306
5307
5308
5309
5310
5311
5312
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

class ListProtectedQueriesInput < Struct.new(
  :membership_identifier,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5305
5306
5307
5308
5309
5310
5311
5312
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

class ListProtectedQueriesInput < Struct.new(
  :membership_identifier,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A filter on the status of the protected query.

Returns:

  • (String)


5305
5306
5307
5308
5309
5310
5311
5312
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5305

class ListProtectedQueriesInput < Struct.new(
  :membership_identifier,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end