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

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

#next_tokenString

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

Returns:

  • (String)


5372
5373
5374
5375
5376
5377
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5372

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

#schema_summariesArray<Types::SchemaSummary>

The retrieved list of schemas.

Returns:



5372
5373
5374
5375
5376
5377
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5372

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