Class: Aws::Athena::Types::CreateNotebookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreateNotebookOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_id ⇒ String
A unique identifier for the notebook.
Instance Attribute Details
#notebook_id ⇒ String
A unique identifier for the notebook.
775 776 777 778 779 |
# File 'lib/aws-sdk-athena/types.rb', line 775 class CreateNotebookOutput < Struct.new( :notebook_id) SENSITIVE = [] include Aws::Structure end |