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)


6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6637

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

#schema_summariesArray<Types::SchemaSummary>

The retrieved list of schemas.

Returns:



6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6637

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