Class: Aws::Athena::Types::ListNotebookMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListNotebookMetadataOutput
- Defined in:
- gems/aws-sdk-athena/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.
-
#notebook_metadata_list ⇒ Array<Types::NotebookMetadata>
The list of notebook metadata for the specified workgroup.
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.
2474 2475 2476 2477 2478 2479 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2474 class ListNotebookMetadataOutput < Struct.new( :next_token, :notebook_metadata_list) SENSITIVE = [] include Aws::Structure end |
#notebook_metadata_list ⇒ Array<Types::NotebookMetadata>
The list of notebook metadata for the specified workgroup.
2474 2475 2476 2477 2478 2479 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2474 class ListNotebookMetadataOutput < Struct.new( :next_token, :notebook_metadata_list) SENSITIVE = [] include Aws::Structure end |