Class: Aws::Athena::Types::ImportNotebookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ImportNotebookOutput
- Includes:
- Structure
- Defined in:
- 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.
1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-athena/types.rb', line 1994 class ImportNotebookOutput < Struct.new( :notebook_id) SENSITIVE = [] include Aws::Structure end |