Class: Aws::Athena::Types::ImportNotebookOutput

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 assigned to the imported notebook.

Returns:

  • (String)


1992
1993
1994
1995
1996
# File 'lib/aws-sdk-athena/types.rb', line 1992

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