Class: Aws::Glue::Types::ListSchemasResponse

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)


15306
15307
15308
15309
15310
15311
# File 'lib/aws-sdk-glue/types.rb', line 15306

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

#schemasArray<Types::SchemaListItem>

An array of ‘SchemaListItem` objects containing details of each schema.

Returns:



15306
15307
15308
15309
15310
15311
# File 'lib/aws-sdk-glue/types.rb', line 15306

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