Class: Aws::Athena::Types::ExportNotebookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ExportNotebookOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_metadata ⇒ Types::NotebookMetadata
The notebook metadata, including notebook ID, notebook name, and workgroup name.
-
#payload ⇒ String
The content of the exported notebook.
Instance Attribute Details
#notebook_metadata ⇒ Types::NotebookMetadata
The notebook metadata, including notebook ID, notebook name, and workgroup name.
1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-athena/types.rb', line 1336 class ExportNotebookOutput < Struct.new( :notebook_metadata, :payload) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ String
The content of the exported notebook.
1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-athena/types.rb', line 1336 class ExportNotebookOutput < Struct.new( :notebook_metadata, :payload) SENSITIVE = [] include Aws::Structure end |