Class: Aws::CleanRooms::Types::ListSchemasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListSchemasInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schema belongs to.
-
#max_results ⇒ Integer
The maximum number of results that are returned for an API request call.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
-
#schema_type ⇒ String
If present, filter schemas by schema type.
Instance Attribute Details
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
5353 5354 5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5353 class ListSchemasInput < Struct.new( :collaboration_identifier, :schema_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
5353 5354 5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5353 class ListSchemasInput < Struct.new( :collaboration_identifier, :schema_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
5353 5354 5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5353 class ListSchemasInput < Struct.new( :collaboration_identifier, :schema_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#schema_type ⇒ String
If present, filter schemas by schema type.
5353 5354 5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5353 class ListSchemasInput < Struct.new( :collaboration_identifier, :schema_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |