Class: Aws::Athena::Types::ImportNotebookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ImportNotebookOutput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_id ⇒ String
The ID assigned to the imported notebook.
Instance Attribute Details
#notebook_id ⇒ String
The ID assigned to the imported notebook.
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 |