Class: Aws::CleanRooms::Types::ListSchemasOutput

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)


5303
5304
5305
5306
5307
5308
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5303

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

#schema_summariesArray<Types::SchemaSummary>

The retrieved list of schemas.

Returns:



5303
5304
5305
5306
5307
5308
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5303

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