Class: Aws::Athena::Types::ListDatabasesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_listArray<Types::Database>

A list of databases from a data catalog.

Returns:



2269
2270
2271
2272
2273
2274
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2269

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

#next_tokenString

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2269

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