Class: Aws::Glue::Types::GetDatabasesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_listArray<Types::Database>

A list of Database objects from the specified catalog.

Returns:



10004
10005
10006
10007
10008
10009
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10004

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

#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)


10004
10005
10006
10007
10008
10009
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10004

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