Class: Aws::CleanRooms::Types::ListSchemasInput

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

#collaboration_identifierString

A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

Returns:

  • (String)


3910
3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3910

class ListSchemasInput < Struct.new(
  :collaboration_identifier,
  :schema_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


3910
3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3910

class ListSchemasInput < Struct.new(
  :collaboration_identifier,
  :schema_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3910
3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3910

class ListSchemasInput < Struct.new(
  :collaboration_identifier,
  :schema_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#schema_typeString

If present, filter schemas by schema type. The only valid schema type is currently TABLE.

Returns:

  • (String)


3910
3911
3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3910

class ListSchemasInput < Struct.new(
  :collaboration_identifier,
  :schema_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end