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)


3930
3931
3932
3933
3934
3935
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3930

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

#schema_summariesArray<Types::SchemaSummary>

The retrieved list of schemas.

Returns:



3930
3931
3932
3933
3934
3935
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3930

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