Class: Aws::Athena::Types::ExportNotebookInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ExportNotebookInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_id ⇒ String
The ID of the notebook to export.
Instance Attribute Details
#notebook_id ⇒ String
The ID of the notebook to export.
1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-athena/types.rb', line 1319 class ExportNotebookInput < Struct.new( :notebook_id) SENSITIVE = [] include Aws::Structure end |