Class: Aws::CleanRooms::Types::ListSchemasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListSchemasOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
-
#schema_summaries ⇒ Array<Types::SchemaSummary>
The retrieved list of schemas.
Instance Attribute Details
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
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_summaries ⇒ Array<Types::SchemaSummary>
The retrieved list of schemas.
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 |