Class: Aws::Athena::Types::ListDataCatalogsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListDataCatalogsOutput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_catalogs_summary ⇒ Array<Types::DataCatalogSummary>
A summary list of data catalogs.
-
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Instance Attribute Details
#data_catalogs_summary ⇒ Array<Types::DataCatalogSummary>
A summary list of data catalogs.
2221 2222 2223 2224 2225 2226 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2221 class ListDataCatalogsOutput < Struct.new( :data_catalogs_summary, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2221 2222 2223 2224 2225 2226 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2221 class ListDataCatalogsOutput < Struct.new( :data_catalogs_summary, :next_token) SENSITIVE = [] include Aws::Structure end |