Class: Aws::Athena::Types::ListDataCatalogsOutput

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

#data_catalogs_summaryArray<Types::DataCatalogSummary>

A summary list of data catalogs.

Returns:



2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2217

class ListDataCatalogsOutput < Struct.new(
  :data_catalogs_summary,
  :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)


2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2217

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