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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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)


1996
1997
1998
1999
2000
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1996

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