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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


18475
18476
18477
18478
18479
18480
# File 'lib/aws-sdk-glue/types.rb', line 18475

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

#schemasArray<Types::SchemaVersionListItem>

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

Returns:



18475
18476
18477
18478
18479
18480
# File 'lib/aws-sdk-glue/types.rb', line 18475

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