Class: Aws::Athena::Types::ListTableMetadataOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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


2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-athena/types.rb', line 2743

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

#table_metadata_listArray<Types::TableMetadata>

A list of table metadata.

Returns:



2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-athena/types.rb', line 2743

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