Class: Aws::Athena::Types::ExportNotebookOutput

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

#notebook_metadataTypes::NotebookMetadata

The notebook metadata, including notebook ID, notebook name, and workgroup name.



1334
1335
1336
1337
1338
1339
# File 'lib/aws-sdk-athena/types.rb', line 1334

class ExportNotebookOutput < Struct.new(
  :notebook_metadata,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#payloadString

The content of the exported notebook.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
# File 'lib/aws-sdk-athena/types.rb', line 1334

class ExportNotebookOutput < Struct.new(
  :notebook_metadata,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end