You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::ListSchemaVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)

    A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

#schemasArray<Types::SchemaVersionListItem>

An array of SchemaVersionList objects containing details of each schema version.

Returns: