Class: Aws::Athena::Types::ExportNotebookInput

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_idString

The ID of the notebook to export.

Returns:

  • (String)


1317
1318
1319
1320
1321
# File 'lib/aws-sdk-athena/types.rb', line 1317

class ExportNotebookInput < Struct.new(
  :notebook_id)
  SENSITIVE = []
  include Aws::Structure
end