Class: Aws::Athena::Types::ListTableMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListTableMetadataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
-
#table_metadata_list ⇒ Array<Types::TableMetadata>
A list of table metadata.
Instance Attribute Details
#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.
2940 2941 2942 2943 2944 2945 |
# File 'lib/aws-sdk-athena/types.rb', line 2940 class ListTableMetadataOutput < Struct.new( :table_metadata_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_metadata_list ⇒ Array<Types::TableMetadata>
A list of table metadata.
2940 2941 2942 2943 2944 2945 |
# File 'lib/aws-sdk-athena/types.rb', line 2940 class ListTableMetadataOutput < Struct.new( :table_metadata_list, :next_token) SENSITIVE = [] include Aws::Structure end |